Skip to content

Commit c3954ff

Browse files
authored
Merge pull request #2 from alecjacobson/alecjacobson/cp311
[draft] Build Wheels for 311
2 parents 4c41983 + b045698 commit c3954ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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"

cmake/PyiglDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FetchContent_MakeAvailable(libigl)
2727
FetchContent_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)

0 commit comments

Comments
 (0)