-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: HDF5 library configure #52
Comments
UPDATE 1: HDF5 source-code (CMake version)Alternatively, I saw in the HDF5 official web site that is possible to download a Cmake version of the HDF5 source-code (For Unix and Windows). I tried it too. So, at this point, I was thinking that I have installed the lasted HDF5 library (1.10.6) in my Ubuntu machine, but when I go to the H5cpp folder and type:
I got a CMake error message saying:
|
This just means that the cmake picks up an older version of libhdf5.so -- probably installed with the system. NOTE: you can control withing
|
Following the H5Cpp
INSTALL
file documentation, I'm trying to configure and install the HDF5 library in my Ubuntu machine.I downloaded the lasted HDF5 source code from here: official website
Here is my output:
How can I fix it?
My setup is:
OS: Ubuntu 18 x64
HDF5 Library: 1.10.6
gcc version: 7.4.0
CMake version: 3.10.2
The text was updated successfully, but these errors were encountered: