Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jul 8, 2024
1 parent 62edffe commit 8dbc784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions native/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ 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"],
working_directory="cpp",
lib_source = "@arrow//:all",
out_lib_dir = "lib64",
out_static_libs = ["libparquet.a", "libarrow.a", "libarrow_bundled_dependencies.a"],
linkopts = ["-pthread"],
)
Expand All @@ -69,9 +69,9 @@ 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"],
)
)

0 comments on commit 8dbc784

Please sign in to comment.