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

Ninja clean breaks builds due to HDF5 #497

Closed
mtao opened this issue Nov 6, 2023 · 1 comment · Fixed by #548
Closed

Ninja clean breaks builds due to HDF5 #497

mtao opened this issue Nov 6, 2023 · 1 comment · Fixed by #548
Assignees

Comments

@mtao
Copy link
Collaborator

mtao commented Nov 6, 2023

Currently when I run ninja clean my build is broken because the H5Tinit.c file is not built properly

❯ ninja clean
[1/1] Cleaning all built files...
Cleaning... 730 files.
❯ ninja
ninja: error: '_deps/hdf5-1_14-build/src/H5Tinit.c', needed by '_deps/hdf5-1_14-build/src/gen_SRCS.stamp1', missing and no known rule to make it

My cmake is configured with

cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release 
@mtao
Copy link
Collaborator Author

mtao commented Nov 7, 2023

Apparently HDFGroup/hdf5#3029 discusses this.
Submitted a PR for paraviewo at polyfem/paraviewo#5 , will update our version of paraviewo appropriately upon merge

@mtao mtao self-assigned this Nov 7, 2023
@mtao mtao linked a pull request Nov 29, 2023 that will close this issue
@mtao mtao closed this as completed in #548 Nov 29, 2023
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 a pull request may close this issue.

1 participant