3737 run : |
3838 brew install boost
3939 brew install hdf5
40- brew install libzip
4140 brew install ninja
4241
4342 brew install llvm
5756 run : |
5857 brew install boost
5958 brew install hdf5
60- brew install libzip
6159 brew install ninja
6260
6361 brew install llvm
8583 mingw-w64-clang-x86_64-cmake
8684 mingw-w64-clang-x86_64-boost
8785 mingw-w64-clang-x86_64-hdf5
88- mingw-w64-clang-x86_64-libzip
8986 mingw-w64-clang-x86_64-zlib
9087 mingw-w64-clang-x86_64-libaec
9188 mingw-w64-clang-x86_64-python-pip-tools
@@ -136,9 +133,9 @@ jobs:
136133
137134 - name : Build and install manylinux for python 3.9
138135 run : |
139- docker run --rm -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64 \
136+ docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_28_x86_64 \
140137 /bin/bash -c \
141- "yum install -y boost-devel hdf5-devel libzip-devel ninja-build && \
138+ "yum install -y boost-devel hdf5-devel ninja-build && \
142139 /opt/python/cp39-cp39/bin/pip wheel /io/ -w /io/dist && \
143140 auditwheel repair /io/dist/*.whl -w /io/dist/"
144141 echo "keeping only the manylinux wheels, remove those with -linux_x86_64.whl in the name"
@@ -148,9 +145,9 @@ jobs:
148145
149146 - name : Build and install manylinux for python 3.10
150147 run : |
151- docker run --rm -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64 \
148+ docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_28_x86_64 \
152149 /bin/bash -c \
153- "yum install -y boost-devel hdf5-devel libzip-devel ninja-build && \
150+ "yum install -y boost-devel hdf5-devel ninja-build && \
154151 /opt/python/cp310-cp310/bin/pip wheel /io/ -w /io/dist && \
155152 auditwheel repair /io/dist/*.whl -w /io/dist/"
156153 echo "keeping only the manylinux wheels, remove those with -linux_x86_64.whl in the name"
@@ -160,9 +157,9 @@ jobs:
160157
161158 - name : Build and install manylinux for python 3.11
162159 run : |
163- docker run --rm -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64 \
160+ docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_28_x86_64 \
164161 /bin/bash -c \
165- "yum install -y boost-devel hdf5-devel libzip-devel ninja-build && \
162+ "yum install -y boost-devel hdf5-devel ninja-build && \
166163 /opt/python/cp311-cp311/bin/pip wheel /io/ -w /io/dist && \
167164 auditwheel repair /io/dist/*.whl -w /io/dist/"
168165 echo "keeping only the manylinux wheels, remove those with -linux_x86_64.whl in the name"
@@ -172,9 +169,9 @@ jobs:
172169
173170 - name : Build and install manylinux for python 3.12
174171 run : |
175- docker run --rm -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64 \
172+ docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_28_x86_64 \
176173 /bin/bash -c \
177- "yum install -y boost-devel hdf5-devel libzip-devel ninja-build && \
174+ "yum install -y boost-devel hdf5-devel ninja-build && \
178175 /opt/python/cp312-cp312/bin/pip wheel /io/ -w /io/dist && \
179176 auditwheel repair /io/dist/*.whl -w /io/dist/"
180177 echo "keeping only the manylinux wheels, remove those with -linux_x86_64.whl in the name"
0 commit comments