File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 CIBW_BEFORE_BUILD_WINDOWS : " python -m pip install delvewheel"
5151 CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " python -m delvewheel repair --no-mangle-all --add-path build\\ temp.win-amd64-3.6\\ Release;build\\ temp.win-amd64-3.6\\ Release\\ Release;build\\ temp.win-amd64-3.6\\ Release\\ _deps\\ gmp-src\\ lib;build\\ temp.win-amd64-3.6\\ Release\\ _deps\\ mpfr-src\\ lib -w {dest_dir} {wheel} "
5252 # CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "cd C: && cmd //c tree //F"
53- CIBW_SKIP : " *-win32 *_i686 pp* cp36* cp311* * musllinux*" # Skip 32-bit buildsa and PyPy, and 3.6(scipy) and 3.11(numpy) *musllinux*(scipy)
53+ CIBW_SKIP : " *-win32 *_i686 pp* cp36* * musllinux*" # Skip 32-bit buildsa and PyPy, and 3.6(scipy) and *musllinux*(scipy)
5454 CIBW_TEST_COMMAND : " python {project}/tests/test_basic.py {project}/data/"
5555 CIBW_TEST_SKIP : " *-macosx_arm64"
5656 CIBW_ENVIRONMENT : " MAX_JOBS=2"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FetchContent_MakeAvailable(libigl)
2727FetchContent_Declare (
2828 numpyeigen
2929 GIT_REPOSITORY https://github.com/fwilliams/numpyeigen.git
30- GIT_TAG 05a22ad4f06a431bffc3860b30c00cf89e81373b )
30+ GIT_TAG e2ac64034fde35cb70da39aaefbf5331df6015f7 )
3131# NumpyEigen's CMakeLists sets NPE_PYTHON_EXECUTABLE without a way to override,
3232# so we must include directly rather that using FetchContent_MakeAvailable
3333#FetchContent_MakeAvailable(numpyeigen)
You can’t perform that action at this time.
0 commit comments