Open DavidCdeB opened 5 days ago
Hey @DavidCdeB, Thanks for bringing this to my attention, and I apologize for the late reply. I'm going to be busy this week with deadlines, but I can investigate later when I get some time over. And if you come up with a solution before that, please share it.
Best, Robin
Many thanks again for this excellent software and capabilities.
I've been using the master branch of VIAMD in my system (ArchLinux) for a long time and periodically updating via
git pull—- recurse-submodules
, and everything has worked flawlessly ever since.I'm now trying to use the
veloxchem
branch as described here by following the steps:This is the error that I get:
It looks like HDF5 is found, as stated in the above print; and I can also see HDF5 is indeed installed:
However, it may not be finding the specific libraries.
A quick search in the
/usr
folder for hdf5-related libraries reveals:Unfortunately, I cannot find the
libhdf5-serial-dev
libraries as written here, neither in the official ArchLinux standard package repositories nor the AUR ones.A quick search for "hdf5" in the AUR repos reveals this list
h5utils
will be the way to go? i.e. install this package? Some libraries are listed in the descriptioncmake
output, this might reveal much more information on what we need?Many thanks, All the best David