-
Notifications
You must be signed in to change notification settings - Fork 22
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
Using H5Z-ZFP static library #92
Comments
@houjun my CMake expertise is not that great...particularly CMake's |
@markcmiller86 Here it is:
and for the files:
|
@houjun In the past, I made the initial implementation of the h5z_zfp-config.cmake file. I have a few questions for you.
|
@jwsblokland I added CMAKE_POLICY(SET CMP0074 NEW) and set the H5Z_ZFP_DIR, but got the same issue:
|
Could you try setting the environment variable |
@houjun sorry but I hadn't realized |
@jwsblokland That works, but I also have to set ZFP_DIR so that cmake can find ZFP correctly. Now the cmake process completes without errors. But when I compile the application code, I'm getting the following error:
It seems that file is not installed with H5Z_ZFP's cmake (see my previous post with the file list) |
@jwsblokland this I think is my fault. I can fix (along with some other issues reported by @lindstro in email to me) and cut a new release...will have to wait 'til next week though. @houjun in meantime, can you manually copy that header to the install point to correct your build? |
@markcmiller86 Yes, I just tried copying that file and now the code compiles successfully, thanks for the help! |
@houjun Good to hear that now everything works. @markcmiller86 The fix of the missing header file has been already implemented. The only thing that is missing creating a proper release of it. I would suggest for example 1.1.1 if you want to honor the semantic version scheme. |
Hi, I'm trying to include H5Z_ZFP static library to SW4. I'm able to compile ZFP (v1.0.0) and H5Z-ZFP (v1.1.0).
I added the following to SW4's CMakeList:
But when I run the cmake command in SW4:
I got the following error message:
Any idea what is going on?
The text was updated successfully, but these errors were encountered: