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

Cannot build with zfp #1372

Open
eschnett opened this issue Feb 25, 2025 · 1 comment
Open

Cannot build with zfp #1372

eschnett opened this issue Feb 25, 2025 · 1 comment

Comments

@eschnett
Copy link
Contributor

I configured conduit with zfp by passing ZFP_DIR. This works while configuring. At build time I then see this error message:

[16:57:18] In file included from /workspace/srcdir/conduit-v0.9.3/src/libs/relay/conduit_relay_zfp.cpp:11:0:
[16:57:18] /workspace/srcdir/conduit-v0.9.3/src/libs/relay/conduit_relay_zfp.hpp:17:23: fatal error: zfparray1.h: No such file or directory
[16:57:18] compilation terminated.
[16:57:18] make[2]: *** [libs/relay/CMakeFiles/conduit_relay.dir/build.make:174: libs/relay/CMakeFiles/conduit_relay.dir/conduit_relay_zfp.cpp.o] Error 1

There is indeed no file zfparray1.h that is provided by the zfp library version 1.0.1 (the most recent release). There is only a file zfp/array1.h.

@cyrush
Copy link
Member

cyrush commented Feb 26, 2025

@eschnett

conduit@develop has support for ZFP 1.0 as of #1363 (merged last week)

ZFP 1.0 included many API and header changes

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

2 participants