File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ jobs:
2222 - os : ubuntu-24.04
2323 arch : x86_64
2424 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
25- before-all : " "
25+ before-all : dnf -y install ninja-build pkgconf openssl-devel zlib-devel bzip2-devel xz-devel
2626 extra-env : VCPKG_BUILD_TYPE=release
2727 mdt : " "
2828 - os : ubuntu-24.04-arm
2929 arch : aarch64
3030 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
31- before-all : dnf -y install boost- devel zlib
31+ before-all : dnf -y install ninja-build pkgconf openssl- devel zlib-devel bzip2-devel xz-devel
3232 extra-env : VCPKG_BUILD_TYPE=release
3333 mdt : " "
3434 - os : macos-15-intel
3535 arch : x86_64
3636 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
37- before-all : brew install libomp pkg-config automake autoconf autoconf-archive libtool
37+ before-all : brew install libomp pkg-config automake autoconf autoconf-archive libtool ninja openssl zlib bzip2 xz
3838 extra-env : CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
3939 mdt : " "
4040 - os : macos-15
4141 arch : arm64
4242 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
43- before-all : brew install libomp pkg-config automake autoconf autoconf-archive libtool
43+ before-all : brew install libomp pkg-config automake autoconf autoconf-archive libtool ninja openssl zlib bzip2 xz
4444 extra-env : CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
4545 mdt : " "
4646
Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424
2525 - name : install system packages
26- run : brew install libomp pkg-config automake autoconf autoconf-archive libtool
26+ run : brew install libomp pkg-config automake autoconf autoconf-archive libtool ninja openssl zlib bzip2 xz
2727
2828 - name : make build directory
2929 run : mkdir build_dir
You can’t perform that action at this time.
0 commit comments