Skip to content

Commit 2d82d39

Browse files
committed
bump numpyeigen
1 parent c4a1e44 commit 2d82d39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
env:
5151
CIBW_BUILD_VERBOSITY: 3
5252
# This is very dubious... It *may* work because these are just cpp libraries that should not depend on the python version. Still, super-dubious.
53-
#CIBW_TEST_REQUIRES: "gitpython"
54-
#CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py"
53+
CIBW_TEST_REQUIRES: "gitpython"
54+
CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py"
5555
CIBW_BUILD: "${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}"
5656
CIBW_TEST_SKIP: "*-macosx_arm64"
5757
CIBW_ENVIRONMENT: "MAX_JOBS=${{ matrix.os.runs-on == 'macos-latest' && 3 || 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/alecjacobson/numpyeigen.git
30-
GIT_TAG 1d8f89bf8d41af35edcefa549e016d734a546f7d)
30+
GIT_TAG ef46595a8bf72f96301b4e92334b433fb1bd6c9e)
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)