We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 030d72b + aefc278 commit b0d317bCopy full SHA for b0d317b
tools/ci/cirrus_wheels.yml
@@ -81,11 +81,9 @@ macosx_arm64_task:
81
micromamba activate numpydev
82
micromamba install -y -c conda-forge python=3.11 2>/dev/null
83
84
- ver=$(sw_vers -productVersion)
85
- macos_target=$(python -c "print('14.0') if '$ver' >= '14.0' else print('11.0')")
86
# Use scipy-openblas wheels
87
export INSTALL_OPENBLAS=true
88
- export CIBW_ENVIRONMENT_MACOS="MACOSX_DEPLOYMENT_TARGET=$macos_target INSTALL_OPENBLAS=true RUNNER_OS=macOS PKG_CONFIG_PATH=$PWD/.openblas"
+ export CIBW_ENVIRONMENT_MACOS="MACOSX_DEPLOYMENT_TARGET='11.0' INSTALL_OPENBLAS=true RUNNER_OS=macOS PKG_CONFIG_PATH=$PWD/.openblas"
89
90
# needed for submodules
91
git submodule update --init
0 commit comments