Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lacking libraries: LZ4 for OSX #18

Open
tschenkde opened this issue Jul 19, 2021 · 0 comments
Open

lacking libraries: LZ4 for OSX #18

tschenkde opened this issue Jul 19, 2021 · 0 comments

Comments

@tschenkde
Copy link

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".

dylibs are no good?
Following exist:

ls /anaconda3/envs/pyside_2/lib/lz4

/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

ls /sw/lib/lz4

/sw/lib/liblz4.1.8.3.dylib /sw/lib/liblz4.1.dylib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant