hdf5-blosc icon indicating copy to clipboard operation
hdf5-blosc copied to clipboard

Blosc is not installed together by cmake install

Open hn-sl opened this issue 3 years ago • 0 comments

libH5Zblosc.so generated by cmake build depends on libblosc.so built from github source code as indicated below in CMakeLists.txt.

https://github.com/Blosc/hdf5-blosc/blob/bd8ee59708f366ac561153858735165d3a543b18/CMakeLists.txt#L25-L30

But running cmake installation command ( cmake --build . --target install) doesn't install the libblosc.so together so the installed libH5Zblosc.so depends on existing libblosc.so on system rather than the shared object built from source code. Is this intended?

hn-sl avatar Jan 12 '22 08:01 hn-sl