You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build on OSX10.11,
with different libraries installed via fink in /sw/lib and anaconda3,
but there is lack of lz4 libraries.
Since this does not work out for LZ4 it will not for BITSHUFFLE.
Is this not possible on OSX?
Thank you for your reply.
Here is the command I ran to configure: cmake .. -DENABLE_BITSHUFFLE_PLUGIN=yes -DENABLE_LZ4_PLUGIN=yes -DENABLE_BZIP2_PLUGIN=yes -DCMAKE_INSTALL_PREFIX=/usr/local/ -DLZ4_ROOT=/anaconda3/envs/pyside_2/lib/
This throws following error:
CMake Error at cmake/FindLZ4.cmake:76 (message):
Could not find LZ4 libraries
Call Stack (most recent call first):
cmake/ConfigureLZ4.cmake:6 (find_package)
CMakeLists.txt:61 (include)
-- define an empty cmake module path
-- Looking for LZ4 library below: /anaconda3/envs/pyside_2/lib
-- Configuring incomplete, errors occurred!
See also "./CMakeFiles/CMakeOutput.log".
I tried to build on OSX10.11,
with different libraries installed via fink in /sw/lib and anaconda3,
but there is lack of lz4 libraries.
Since this does not work out for LZ4 it will not for BITSHUFFLE.
Is this not possible on OSX?
Thank you for your reply.
Here is the command I ran to configure:
cmake .. -DENABLE_BITSHUFFLE_PLUGIN=yes -DENABLE_LZ4_PLUGIN=yes -DENABLE_BZIP2_PLUGIN=yes -DCMAKE_INSTALL_PREFIX=/usr/local/ -DLZ4_ROOT=/anaconda3/envs/pyside_2/lib/
This throws following error:
dylibs are no good?
Following exist:
/anaconda3/envs/pyside_2/lib/liblz4.1.9.2.dylib
/anaconda3/envs/pyside_2/lib/liblz4.1.dylib
/anaconda3/envs/pyside_2/lib/liblz4.a
/anaconda3/envs/pyside_2/lib/liblz4.dylib
Not better with libraries of /sw/lib
/sw/lib/liblz4.1.8.3.dylib /sw/lib/liblz4.1.dylib
The text was updated successfully, but these errors were encountered: