File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 python_versions : ' ["3.11", "3.12", "3.13"]'
1818 apt_package : ' libfftw3-double3 libfftw3-dev'
19- os_list : ' ["ubuntu-latest", "macos-latest", "windows-latest" ]'
19+ os_list : ' ["ubuntu-latest", "macos-latest"]'
2020 secrets :
2121 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ requirements:
1515 build :
1616 - {{ compiler('cxx') }}
1717 - llvm-openmp # [osx]
18- - m2-pkg-config # [win]
19- - fftw
18+ # - m2-pkg-config # [win]
2019 host :
2120 - python {{ PY_VER }}*
2221 - python_abi 3.13.* *_cp313 # [py==313]
Original file line number Diff line number Diff line change @@ -108,13 +108,15 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
108108test-command = " cd {project}; python -m pytest --config-file=pytest.ini"
109109
110110[tool .cibuildwheel .macos ]
111- archs = [" arm64" ]
111+ # archs = ["arm64"]
112+ archs = []
112113before-build = " brew install fftw"
113114build = [" cp311-*" , " cp312-*" , " cp313-*" ]
114115repair-wheel-command = " delocate-wheel -w {dest_dir} -v {wheel}" # --exclude=libomp.dylib
115116test-command = ' cd {project}; python -m pytest --config-file=pytest.ini' # DYLD_PRINT_LIBRARIES=NO
116117
117118[tool .cibuildwheel .windows ]
118- archs = [" AMD64" ]
119+ # archs = ["AMD64"]
120+ archs = []
119121build = [" cp311-*" , " cp312-*" , " cp313-*" ]
120122test-command = ' cd /d {project} && python -m pytest --config-file=pytest.ini'
You can’t perform that action at this time.
0 commit comments