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

CI HDF5 cmake build updates #50

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Conversation

brtnfld
Copy link
Collaborator

@brtnfld brtnfld commented Mar 4, 2025

No description provided.

@@ -141,7 +141,8 @@ jobs:
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HDF5_DIR -DHDF5_ENABLE_PARALLEL=ON -DHDF5_ENABLE_THREADSAFE=ON \
-DHDF5_ALLOW_UNSUPPORTED=ON -DBUILD_TESTING=OFF -DHDF5_BUILD_HL_LIB=OFF \
-DHDF5_BUILD_EXAMPLES=OFF -DHDF5_BUILD_FORTRAN=OFF -DCMAKE_C_COMPILER=mpicc ..
-DHDF5_BUILD_EXAMPLES=OFF -DHDF5_BUILD_TOOLS:BOOL=OFF \

Choose a reason for hiding this comment

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

What's the reason for turning tools off? I'm assuming we'll eventually turn this back on when we're at a point we can test the tools against VOLs with CMake.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just to speed up the builds, when we have testing we can turn it back on.

Choose a reason for hiding this comment

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

The biggest impact will probably come from turning off static libs rather than the tools.

@brtnfld brtnfld merged commit bceffde into HDFGroup:develop Mar 6, 2025
6 checks passed
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.

2 participants