Skip to content

Commit 730ac1b

Browse files
unamedkrclaude
andcommitted
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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
arch: aarch64
3434
- os: macos-14 # Apple Silicon (M-series). Intel macs deferred.
3535
arch: arm64
36-
- os: windows-latest
37-
arch: AMD64
36+
# Windows mingw64 wheel is deferred — quant.h's clock_gettime shim
37+
# conflicts with mingw's native one. Windows users install via sdist
38+
# with MSVC for now. Tracked for v0.8.x.
3839

3940
steps:
4041
- name: Checkout

0 commit comments

Comments
 (0)