Commit 43835e9
fix(ci): restore [tool.cibuildwheel] wheel provisioning dropped in reorg
fb81931 ("reorganize native extension package") deleted the
[tool.cibuildwheel] block from pyproject, orphaning the ci/before-all FFTW
build scripts (and wheels.yml). With nothing to wire before-all, tag-triggered
wheel builds fail at CMake's FFTW check ("FFTW (double precision) not found")
and the PyPI publish job is skipped — which is exactly what happened on v1.0.4.
Restore the block from the last good release (v1.0.3): before-all builds FFTW
from source in the manylinux container (and on macOS arm64), the linux
environment block points pkg-config/CMake at it, and auditwheel/delocate bundle
the shared lib into the wheel. wheels.yml and ci/*.sh are byte-identical to
v1.0.3, so this alone re-arms the pipeline. Deltas vs v1.0.3:
- test-command -> `python -c "import cpp_hf"` (old ci/smoke_test.py called the
since-renamed hartreefock_iteration_cpp API; import still validates the
native ext + FFTW bundling).
- license-files/sdist blocks not restored (THIRD_PARTY_NOTICES.md was also
removed in the reorg); LICENSE still ships.
- build set adds cp313 (was cp311-312).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent cfb55f5 commit 43835e9
1 file changed
Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
0 commit comments