Here is a CMake build for the collection of Hemepure tools that require compilation. Due to issue #2, the voxelizer is currently inside an if-block that was turned off.
To test the build I used:
CXX=g++-12 cmake .. -DBUILD_VOXELIZER=OFF
Palabos is fetched automatically from the University of Geneva repository. Alternatively, it could be extracted from your tarball:
Here is a CMake build for the collection of Hemepure tools that require compilation. Due to issue #2, the voxelizer is currently inside an if-block that was turned off.
To test the build I used:
Palabos is fetched automatically from the University of Geneva repository. Alternatively, it could be extracted from your tarball:
The choice for one or the other could be done with a build flag.
Should the Python scripts also be installed? This could be achieved with
install(PROGRAMS files ...)
orinstall(DIRECTORY ...)
Also closes #1.