ZFP_INCLUDE_DIR not set
Closed this issue · 1 comments
rkube commented
I'm trying to compile ADIOS1 on traverse (a power9 cluster operated by Princeton University).
Using Cmake, I modify the cmake_init file, run it from within a build subdirectory.
I'm getting this error message from cmake:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ZFP_INCLUDE_DIR
Do you have any suggestions on how to fix this?
Thanks.
rkube commented
I fixed this by using compiling zfp from source. Then running cmake as
cmake ${SRCDIR} -DZFP_DIR="/home/rkube/repos/zfp" -DZFP_LIBS="/home/rkube/repos/zfp/lib64"
works.