Skip to content
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

HDF5 build error #1294

Closed
Titzi90 opened this issue Oct 22, 2014 · 2 comments
Closed

HDF5 build error #1294

Titzi90 opened this issue Oct 22, 2014 · 2 comments

Comments

@Titzi90
Copy link
Contributor

Titzi90 commented Oct 22, 2014

HPX will note build (error in cmake configure phase) if HDF5 is installed on the system but just withe the fortran interface (no cpp).
The following two examples run into this issue:

  • interpolate1d
  • sheneos

cmake output:

...
-- Found HDF5: HDF5_hdf5_cpp_LIBRARY-NOTFOUND;/usr/lib64/libhdf5.so
...
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
HDF5_hdf5_cpp_LIBRARY
linked by target "create_1d_testdata_exe" in directory /home/titzi/hpx/hpx/repo_origin/examples/interpolate1d
linked by target "interpolate1d_component" in directory /home/titzi/hpx/hpx/repo_origin/examples/interpolate1d/interpolate1d
linked by target "sheneos_component" in directory /home/titzi/hpx/hpx/repo_origin/examples/sheneos/sheneos

@hkaiser hkaiser added this to the 0.9.9 milestone Oct 23, 2014
@hkaiser hkaiser modified the milestones: 0.9.9, 0.9.10 Oct 31, 2014
@sithhell sithhell self-assigned this Feb 24, 2015
@hkaiser
Copy link
Member

hkaiser commented Feb 25, 2015

Is this still a problem?

@sithhell
Copy link
Member

Yes. Fix incoming in a second...

sithhell pushed a commit that referenced this issue Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants