Skip to content

Commit

Permalink
cp39
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 5, 2024
1 parent bfa74f4 commit eba0c91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cirrus_wheels_macos_arm64_task:
TWINE_USERNAME: ENCRYPTED[5cef4d5798a06ef1d2681e25b0e79f83dd63a64375c6ee9c66845cdd067c31d22d93e9656a9eec0def2c5da2e755466b]
TWINE_PASSWORD: ENCRYPTED[9c02f4e5d0ee6ca807e6a00a5bafcc0611be9505975115b1ff39ca84f65cce5c48260a01cb43874c690b900b4699546e]
build_script:
./build-wheels-macos.sh openturns v1.23 cp38 14
./build-wheels-macos.sh openturns v1.23 cp39 14
upload_script:
- ls -l wheelhouse/*.whl
- if test -n "${CIRRUS_TAG}"; then python3.8 -m pip install twine --break-system-packages && python3.8 -m twine upload wheelhouse/*.whl; fi
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build
env:
MAKEFLAGS: -j3
run: ./build-wheels-macos.sh openturns master cp38 13
run: ./build-wheels-macos.sh openturns master cp39 13
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build
env:
MAKEFLAGS: -j3
run: ./build-wheels-macos.sh openturns v1.23 cp38 13
run: ./build-wheels-macos.sh openturns v1.23 cp39 13
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
Expand Down
4 changes: 2 additions & 2 deletions build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cmake -LAH -DCMAKE_INSTALL_PREFIX=$PWD/build/install \
-DLIBXML2_LIBRARY=${BREWPREFIX}/opt/libxml2/lib/libxml2.dylib \
-DLIBXML2_INCLUDE_DIR=${BREWPREFIX}/opt/libxml2/include \
-DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=32 \
-DSWIG_COMPILE_FLAGS="-O1 -DPy_LIMITED_API=0x03080000" \
-DSWIG_COMPILE_FLAGS="-O1 -DPy_LIMITED_API=0x03090000" \
-DUSE_SPHINX=OFF \
-DUSE_HDF5=OFF \
-DOPENTURNS_HAVE_USELOCALE=0 \
Expand Down Expand Up @@ -102,7 +102,7 @@ do
# ./utils/setVersionNumber.sh ${pkgver}
cmake -LAH -DCMAKE_INSTALL_PREFIX=$PWD/build/install \
-DCMAKE_UNITY_BUILD=ON \
-DSWIG_COMPILE_FLAGS="-O1 -DPy_LIMITED_API=0x03080000" \
-DSWIG_COMPILE_FLAGS="-O1 -DPy_LIMITED_API=0x03090000" \
-DUSE_SPHINX=OFF -DBUILD_DOC=OFF \
-DPython_EXECUTABLE=${BREWPREFIX}/bin/python${PYVER} \
-DPython_LIBRARY=${PYLIB} \
Expand Down

0 comments on commit eba0c91

Please sign in to comment.