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 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 }}"
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/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)
You can’t perform that action at this time.
0 commit comments