We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current GitHub workflows fail when trying to find HDF5 libraries. Update the CMakeLists.txt file to successfully find and link the libraries.
CMakeLists.txt
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.
The text was updated successfully, but these errors were encountered:
Fixed by #12 for macOS and ubuntu
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: