Skip to content

Commit

Permalink
Hope
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jun 22, 2024
1 parent 441caef commit 588c0c3
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions native/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ cmake(
"ARROW_WITH_ZSTD": "ON",
"EP_COMMON_CMAKE_ARGS": "-DWITH_OPENSSL=OFF",
"ARROW_DEPENDENCY_SOURCE": "BUNDLED",
"CMAKE_INSTALL_LIBDIR": "lib",
},
tags = ["requires-network"],
generate_args = ["-DCMAKE_RANLIB=/usr/bin/ranlib"],
Expand All @@ -72,28 +73,14 @@ cmake(
cache_entries = {
"CMAKE_C_FLAGS": "-fPIC",
"CMAKE_CXX_FLAGS": "-fPIC",
"CMAKE_INSTALL_LIBDIR": "lib",
},
working_directory="build/cmake",
lib_source = "@zstd//:all",
# out_lib_dir = "lib64",
out_static_libs = ["libzstd.a"],
)

cmake(
name = "lz4",
cache_entries = {
"CMAKE_C_FLAGS": "-fPIC",
"CMAKE_CXX_FLAGS": "-fPIC",
"BUILD_STATIC_LIBS": "ON",
},
working_directory="build/cmake",
lib_source = "@lz4//:all",
# out_lib_dir = "lib64",
out_static_libs = ["liblz4.a"],
)



cmake(
name = "streamvbyte",
cache_entries = {
Expand Down

0 comments on commit 588c0c3

Please sign in to comment.