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

Adding logic for hdf5 library #166

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Adding logic for hdf5 library #166

wants to merge 9 commits into from

Conversation

ipdemes
Copy link

@ipdemes ipdemes commented Dec 19, 2018

No description provided.

@ipdemes ipdemes requested a review from charest December 19, 2018 21:10
@@ -0,0 +1,41 @@
#------------------------------------------------------------------------------#
# Copyright (c) 2014 Los Alamos National Security, LLC
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm being pedantic, but this should probably be changed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmsquared: agree. I'll fix it in few minutes

list(APPEND CINCH_RUNTIME_LIBRARIES ${HDF5_LIBRARIES} ${HDF5_CXX_LIBRARIES})

if(EXISTS "${HDF5_INCLUDE_DIRS}/../lib/libhdf5_cpp_debug.so")
list(APPEND CINCH_RUNTIME_LIBRARIES ${HDF5_INCLUDE_DIRS}/../lib/libhdf5_cpp_debug.so )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems a bit hackish to me!

@ipdemes
Copy link
Author

ipdemes commented Mar 19, 2019

@junghans we don't need HDF5 cpp anymore, so I will just remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants