This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6aac26
commit d860193
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule cmake
updated
19 files
+219 −0 | Modules/FindHwloc.cmake | |
+344 −0 | Modules/FindIlmBase.cmake | |
+1 −1 | Modules/FindJsonCPP.cmake | |
+38 −0 | Modules/FindMETIS.cmake | |
+73 −0 | Modules/FindOpenEXR.cmake | |
+724 −0 | Modules/FindOpenVDB.cmake | |
+36 −0 | Modules/FindPyTorch.cmake | |
+18 −0 | Modules/FindPyTorch.py | |
+121 −0 | Modules/FindReleaseAndDebug.cmake | |
+42 −0 | Modules/FindTensorFlow.cmake | |
+35 −0 | Modules/FindTensorFlow.py | |
+140 −0 | Modules/OpenVDBUtils.cmake | |
+3 −1 | buildsys.cmake | |
+1 −0 | include/debian.mk | |
+24 −3 | macros/cuda.cmake | |
+1 −3 | macros/openmp.cmake | |
+10 −3 | macros/python.cmake | |
+20 −0 | macros/tensorflow.cmake | |
+22 −0 | macros/torch.cmake |
Submodule libgeo
updated
3 files
+14 −6 | geo/featurelayers.cpp | |
+10 −8 | geo/geodataset.cpp | |
+4 −0 | geo/srsdef.cpp |
Submodule libgeometry
updated
12 files
+1 −1 | geometry/CMakeLists.txt | |
+14 −17 | geometry/bvh.hpp | |
+7 −7 | geometry/estimate-point-normals.cpp | |
+1 −0 | geometry/kdtree.hpp | |
+5 −0 | geometry/mesh.hpp | |
+1 −1 | geometry/meshop-gts.cpp | |
+28 −12 | geometry/meshop-openmesh.cpp | |
+67 −22 | geometry/meshop.cpp | |
+10 −6 | geometry/meshop.hpp | |
+1 −1 | geometry/smoothcloud.cpp | |
+2 −2 | geometry/triclip.hpp | |
+13 −1 | geometry/volume.hpp |
Submodule libutility
updated
5 files
+3 −1 | utility/CMakeLists.txt | |
+1 −1 | utility/detail/memoryfile.linux.cpp | |
+12 −5 | utility/python/importsupport.py | |
+98 −0 | utility/small_list.hpp | |
+84 −0 | utility/test/small_list.cpp |