Information
- Paper topic: Animation and Simulation
- Software type: Code
- Able to run a replicability test: False
- Replicability score: 0
- Software language: C/C++
- License: GPL
- Build mechanism: CMakeLists
- Dependencies: Openvdb/eigen/zlib/tbb/HyENA
- Documentation score {0,1,2}: 0
- Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
- Time spent for the test (build->first run, timeout at 100min): 100min
Source code information
Comments
I was unable to compile. I fixed the CMakeLists to include HyENA (provided as a .so library) and openvdb as well as zlib, tbb and eigen properly, so configuration works. However the version of openvdb is not compatible: MeshToVolume is not a type anymore in openvdb and I was not able to find the corresponding type (FractureRB/src/VDBWrapper.cpp:78:16: error: ‘MeshToVolume’ is not a member of ‘openvdb::v5_0::tools’).