Commit 730ac1b
pypi: defer Windows wheel — quant.h clock_gettime conflicts with mingw
The Windows mingw64 build hits a quant.h source-level conflict:
redefinition of 'clock_gettime'
conflicting type qualifiers for 'atomic_int' (stdatomic.h)
These are real C source issues with mingw, separate from the Python
packaging story. Defer to v0.8.x. Windows users install from sdist
with MSVC (which the source supports).
This unblocks the first PyPI ship: sdist + Linux x86_64/aarch64 + macOS
arm64 wheels.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bedc781 commit 730ac1b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments