Skip to content
Snippets Groups Projects
Commit f0fed341 authored by Vicente Bolea's avatar Vicente Bolea
Browse files

blosc2: enable lz4

parent b416dfea
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ enable_project(gdal)
enable_project(gmsh)
enable_project(h5py)
enable_project(launchers)
enable_project(lz4)
enable_project(matplotlib)
enable_project(medreader)
enable_project(mesa)
......@@ -76,6 +77,7 @@ enable_project(vtkm)
enable_project(xdmf3)
enable_project(xerces)
enable_project(zfp)
enable_project(zstd)
set(ENABLE_egl OFF CACHE BOOL "")
set(ENABLE_osmesa OFF CACHE BOOL "")
......
......@@ -65,6 +65,7 @@ function (superbuild_find_projects var)
las
libjpegturbo
lookingglass
lz4
matplotlib
meson
mpi
......
......@@ -6,10 +6,9 @@ endif ()
superbuild_add_project(blosc2
CAN_USE_SYSTEM
DEPENDS
zlib zstd
zlib lz4
LICENSE_FILES
LICENSE.txt
LICENSES/LZ4.txt
SPDX_LICENSE_IDENTIFIER
"BSD-3-Clause AND BSD-2-Clause"
SPDX_COPYRIGHT_TEXT
......@@ -25,10 +24,8 @@ superbuild_add_project(blosc2
-DBUILD_EXAMPLES:BOOL=OFF
-DBUILD_FUZZERS:BOOL=OFF
-DBUILD_TESTS:BOOL=OFF
# good addition, but uses Makefiles: http://lz4.github.io/lz4/
-DDEACTIVATE_SNAPPY:BOOL=OFF
-DDEACTIVATE_ZLIB:BOOL=ON
-DDEACTIVATE_IPP:BOOL=ON
-DDEACTIVATE_SNAPPY:BOOL=ON
-DDEACTIVATE_ZSTD:BOOL=ON
-DPREFER_EXTERNAL_LZ4:BOOL=OFF
-DPREFER_EXTERNAL_ZLIB:BOOL=${zlib_enabled}
-DPREFER_EXTERNAL_ZSTD:BOOL=${zstd_enabled})
-DPREFER_EXTERNAL_LZ4:BOOL=${lz4_enabled}
-DPREFER_EXTERNAL_ZLIB:BOOL=${zlib_enabled})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment