GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

Missing declaration of zfp_init_zfp() in silo build #232

Open XL64 opened 1 year ago

XL64 commented 1 year ago

On a Mac X86 with last system updates one get this building develop branch of thirdPartiesLibs: ../../../silo/src/hdf5_drv/silo_hdf5.c:2173:5: error: call to undeclared function 'zfp_init_zfp'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] zfp_init_zfp(); ^

Adding zfh.h solve the issue.

Maybe updating or patching SILO would solve it cleanly ?