We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbebcf5 commit e9632e0Copy full SHA for e9632e0
.travis.yml
@@ -22,4 +22,4 @@ install:
22
- pip install scipy
23
script:
24
- python setup.py build --debug install
25
- - python tests/test_basic.py
+ - python tests/test_basic.py -v
cmake/PyiglDownloadExternal.cmake
@@ -26,8 +26,8 @@ endfunction()
26
## libigl
27
function(pyigl_download_igl)
28
pyigl_download_project(libigl
29
- GIT_REPOSITORY https://github.com/skoch9/libigl
30
- GIT_TAG 7995d0747c4095d28bd8be8bc19825fc3b56a97b
+ GIT_REPOSITORY https://github.com/libigl/libigl.git
+ GIT_TAG 60ffe1b0dca692e6bee21d9be7e6fdefdb30d323
31
)
32
endfunction()
33
0 commit comments