File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 - name : Install cibuildwheel
8585 run : |
8686 python -m pip install --upgrade pip setuptools wheel
87- python -m pip install cibuildwheel==2.14.1
87+ python -m pip install cibuildwheel==2.16.2
8888
8989 # Hack: cmake --trace-expand
9090 # - name: Download Patch 2/2
Original file line number Diff line number Diff line change 3434 dist : focal
3535 env :
3636 - CIBW_BUILD="cp310-manylinux_aarch64 cp311-manylinux_aarch64"
37+ - services : docker
38+ arch : arm64
39+ dist : focal
40+ env :
41+ - CIBW_BUILD="cp312-manylinux_aarch64"
3742 - services : docker
3843 arch : arm64
3944 dist : focal
5560 dist : focal
5661 env :
5762 - CIBW_BUILD="cp310-musllinux_aarch64 cp311-musllinux_aarch64"
63+ - services : docker
64+ arch : arm64
65+ dist : focal
66+ env :
67+ - CIBW_BUILD="cp312-musllinux_aarch64"
5868
5969 # perform a linux PPC64LE build
6070 - services : docker
7787 dist : focal
7888 env :
7989 - CIBW_BUILD="cp311-manylinux_ppc64le"
90+ - services : docker
91+ arch : ppc64le
92+ dist : focal
93+ env :
94+ - CIBW_BUILD="cp312-manylinux_ppc64le"
8095 - services : docker
8196 arch : ppc64le
8297 dist : focal
@@ -97,6 +112,11 @@ jobs:
97112 dist : focal
98113 env :
99114 - CIBW_BUILD="cp311-musllinux_ppc64le"
115+ - services : docker
116+ arch : ppc64le
117+ dist : focal
118+ env :
119+ - CIBW_BUILD="cp312-musllinux_ppc64le"
100120
101121 # perform a linux S390X build
102122 # blocked by https://github.com/GTkorvo/dill/issues/15
@@ -116,7 +136,7 @@ install:
116136 - git clone --branch ${OPENPMD_GIT_REF} --depth 1 https://github.com/openPMD/openPMD-api.git src
117137 - cp library_builders.sh src/.github/
118138 - python -m pip install --upgrade pip setuptools wheel
119- - python -m pip install cibuildwheel==2.14.1
139+ - python -m pip install cibuildwheel==2.16.2
120140 # twine & cryptography: see
121141 # https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
122142 # https://github.com/pyca/cryptography/issues/6086
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ function install_buildessentials {
7575function build_adios1 {
7676 if [ -e adios1-stamp ]; then return ; fi
7777
78- curl -sLo adios-1.13.1.tar.gz \
79- http ://users.nccs.gov/~pnorbert/adios-1.13.1.tar.gz
78+ curl -k - sLo adios-1.13.1.tar.gz \
79+ https ://users.nccs.gov/~pnorbert/adios-1.13.1.tar.gz
8080 file adios* .tar.gz
8181 tar -xzf adios* .tar.gz
8282 rm adios* .tar.gz
You can’t perform that action at this time.
0 commit comments