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

Fix workflow to successfully find HDF5 #7

Closed
stephprince opened this issue Mar 26, 2024 · 1 comment
Closed

Fix workflow to successfully find HDF5 #7

stephprince opened this issue Mar 26, 2024 · 1 comment

Comments

@stephprince
Copy link
Collaborator

The current GitHub workflows fail when trying to find HDF5 libraries. Update the CMakeLists.txt file to successfully find and link the libraries.

Full trace:

CMake Error at /usr/local/Cellar/cmake/3.28.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS CXX) (found
  version "")
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.28.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/Cellar/cmake/3.28.3/share/cmake/Modules/FindHDF5.cmake:1025 (find_package_handle_standard_args)
  CMakeLists.txt:53 (find_package)


-- Configuring incomplete, errors occurred!
Error: Process completed with exit code 1.
@stephprince
Copy link
Collaborator Author

Fixed by #12 for macOS and ubuntu

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

No branches or pull requests

1 participant