mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
Re-enable compression libs
This commit is contained in:
parent
87a2816019
commit
5268c6766e
@ -1,5 +1,5 @@
|
|||||||
Source: arrow
|
Source: arrow
|
||||||
Version: 0.16.0
|
Version: 0.16.0
|
||||||
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser
|
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, bzip2, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser
|
||||||
Homepage: https://github.com/apache/arrow
|
Homepage: https://github.com/apache/arrow
|
||||||
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
|
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
|
||||||
|
@ -30,6 +30,12 @@ vcpkg_configure_cmake(
|
|||||||
-DARROW_GFLAGS_USE_SHARED=off
|
-DARROW_GFLAGS_USE_SHARED=off
|
||||||
-DARROW_JEMALLOC=off
|
-DARROW_JEMALLOC=off
|
||||||
-DARROW_BUILD_UTILITIES=OFF
|
-DARROW_BUILD_UTILITIES=OFF
|
||||||
|
-DARROW_WITH_BZ2=ON
|
||||||
|
-DARROW_WITH_ZLIB=ON
|
||||||
|
-DARROW_WITH_ZSTD=ON
|
||||||
|
-DARROW_WITH_LZ4=ON
|
||||||
|
-DARROW_WITH_SNAPPY=ON
|
||||||
|
-DARROW_WITH_BROTLI=ON
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user