File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4747 C_INCLUDE_PATH=$(pwd)/.local/include/
4848 LIBRARY_PATH=$(pwd)/.local/lib/
4949 LD_LIBRARY_PATH=$(pwd)/.local/lib:$LD_LIBRARY_PATH
50- PYTHON_FLINT_MINGW64=true
5150
5251 - uses : actions/upload-artifact@v4
5352 with :
Original file line number Diff line number Diff line change @@ -25,6 +25,5 @@ set CIBW_BUILD=cp39-* cp310-* cp311-*
2525set CIBW_SKIP = *-win32 *-manylinux_i686 *-musllinux_*
2626set CIBW_BEFORE_ALL_WINDOWS = C:\msys64\usr\bin\bash bin/cibw_before_all_windows.sh
2727set CIBW_BEFORE_BUILD_WINDOWS = C:\msys64\usr\bin\bash bin/cibw_before_build_windows.sh
28- set CIBW_ENVIRONMENT = PYTHON_FLINT_MINGW64=true
2928
3029cibuildwheel --platform windows
Original file line number Diff line number Diff line change 99rm -f wheelhouse/*
1010
1111# bin/build_dependencies_unix.sh places headers and shared libraries under .local
12- export CIBW_ENVIRONMENT=' C_INCLUDE_PATH=$(pwd)/.local/include/ LIBRARY_PATH=$(pwd)/.local/lib/ LD_LIBRARY_PATH=$(pwd)/.local/lib:$LD_LIBRARY_PATH PYTHON_FLINT_MINGW64=true '
12+ export CIBW_ENVIRONMENT=' C_INCLUDE_PATH=$(pwd)/.local/include/ LIBRARY_PATH=$(pwd)/.local/lib/ LD_LIBRARY_PATH=$(pwd)/.local/lib:$LD_LIBRARY_PATH'
1313
1414export CIBW_BUILD=' cp39-* cp310-* cp311-* cp312-*'
1515# export CIBW_BUILD='cp311-*'
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ test-command = "python -c 'import flint; print(str(flint.fmpz(2)))'"
2929[tool .cibuildwheel .macos ]
3030
3131[tool .cibuildwheel .windows ]
32+ environment = { PYTHON_FLINT_MINGW64 =" true" }
3233repair-wheel-command = " bin\\ cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}"
You can’t perform that action at this time.
0 commit comments