Skip to content

Commit

Permalink
Make more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinbergPrealize committed May 22, 2024
1 parent a7ff3db commit 54305a8
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 247 deletions.
5 changes: 2 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",
"BUILD_WARNING_LEVEL": "PRODUCTION",
},
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 @@ -72,6 +72,5 @@ cmake(
},
working_directory="build/cmake",
lib_source = "@zstd//:all",
out_lib_dir = "lib64",
out_static_libs = ["libzstd.a"],
)
)
Loading

0 comments on commit 54305a8

Please sign in to comment.