forked from GUDHI/gudhi-devel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'GUDHI:master' into persistence_matrix
- Loading branch information
Showing
97 changed files
with
589 additions
and
1,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gudhi-deploy
updated
6 files
+2 −2 | Dockerfile_for_circleci_image | |
+4 −4 | Dockerfile_for_circleci_image_without_cgal | |
+1 −1 | Dockerfile_for_gudhi_installation | |
+9 −12 | Dockerfile_for_pip | |
+1 −1 | install_cgal.sh | |
+1 −0 | test-requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
project(Alpha_complex_benchmark) | ||
|
||
if (NOT CGAL_WITH_EIGEN3_VERSION VERSION_LESS 4.11.0) | ||
add_executable(Alpha_complex_3d_benchmark Alpha_complex_3d_benchmark.cpp) | ||
target_link_libraries(Alpha_complex_3d_benchmark ${CGAL_LIBRARY}) | ||
if(TARGET TBB::tbb) | ||
target_link_libraries(Alpha_complex_3d_benchmark TBB::tbb) | ||
endif() | ||
endif () | ||
add_executable_with_targets(Alpha_complex_3d_benchmark Alpha_complex_3d_benchmark.cpp CGAL::CGAL Eigen3::Eigen TBB::tbb) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.