HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

added option to link against static thread safe hdf5 library #4

Closed jpswinski closed 3 years ago

jpswinski commented 3 years ago

Adds option to link against thread-safe build of hdf5 library. The option is specified by 's' to the build_vol_cmake.sh script.

jpswinski commented 3 years ago

@jhendersonHDF the shared library may work without needing the above changes, it may just pull in the pthread library automatically; I'd have to test it out. We were using the static version to simplify some of our install scripts downstream so I didn't try the shared library version.