Skip to content
Snippets Groups Projects
Commit 81b3d0f1 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'enable-lz4-blosc2'


c64c429c Merge branch 'enable-lz4-blosc2-release' into enable-lz4-blosc2
f0fed341 blosc2: enable lz4

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !1170
parents ef6a2549 c64c429c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,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)
......@@ -79,6 +80,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 "")
......
......@@ -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