We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c139e commit 2ac27d3Copy full SHA for 2ac27d3
1 file changed
.github/workflows/buildwheels.yml
@@ -66,7 +66,7 @@ jobs:
66
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair -w {dest_dir} {wheel}
67
CIBW_ARCHS_MACOS: "universal2"
68
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc
69
- CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
+ CIBW_ENVIRONMENT_MACOS: CMAKE_ARGS="-DCMAKE_Fortran_FLAGS='-arch arm64 -arch x86_64'" MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
70
CIBW_TEST_REQUIRES: pytest pytest-order
71
CIBW_TEST_COMMAND: pytest -v -s -We -p no:unraisableexception {package}/tests
72
run: python -m cibuildwheel --output-dir dist
0 commit comments