File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1919 package-dir : ' python/finufft'
2020 env :
2121 CIBW_BEFORE_ALL_MACOS : brew install gcc@14 fftw
22+ CIBW_ARCHS_MACOS : " x86_64"
2223 # Need following versions of GCC for compatibility with fftw
2324 # installed by homebrew. Similarly, we set the macOS version
2425 # for compatibility with those libraries.
4445 with :
4546 package-dir : ' python/finufft'
4647 env :
48+ CIBW_ARCHS_MACOS : " arm64"
4749 # Make sure to install the ARM64-specific versions of FFTW and GCC.
4850 # Perhaps this is done automatically on the macos-14 image. We should
4951 # look into this further.
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ test-command = "pytest {project}/python/finufft/test"
6363archs = " x86_64"
6464before-all = " yum install -y fftw3-devel"
6565
66- [tool .cibuildwheel .macos ]
67- archs = [" x86_64" , " arm64" ]
68-
6966[tool .cibuildwheel .windows ]
7067archs = " AMD64"
7168before-build = " pip install delvewheel"
You can’t perform that action at this time.
0 commit comments