Closed F-I-D-O closed 7 months ago
HDF output for distance matrix. Should be based on the official C++ library from HDF Group.
CMake
find_package(HDF5 REQUIRED COMPONENTS C CXX HL) target_link_libraries(<my target> PRIVATE ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})
HDF output for distance matrix. Should be based on the official C++ library from HDF Group.
CMake