Skip to content

Commit

Permalink
Update pyarrow and its dependencies in template-Exasol-all-python-3.8…
Browse files Browse the repository at this point in the history
…-conda and use c++17 to build the udfclient, because absl in protobuf 4.24.4 depends on std::string_view
  • Loading branch information
tkilias committed Nov 14, 2023
1 parent b4eeebd commit adb5338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exaudfclient/base/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build --copt='-std=c++14' --force_pic --action_env=PROTOBUF_BIN --action_env=PROTOBUF_LIBRARY_PREFIX --action_env=PROTOBUF_INCLUDE_PREFIX
build --copt='-std=c++17' --force_pic --action_env=PROTOBUF_BIN --action_env=PROTOBUF_LIBRARY_PREFIX --action_env=PROTOBUF_INCLUDE_PREFIX
# TODO add environment variables for R libraries
build:benchmark --define benchmark=true
build:java --define java=true --action_env=JAVA_PREFIX
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
protobuf|4.21.12
protobuf|4.24.4
pcre|8.45
chrpath|0.16
openjdk|11.0.15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libprotobuf|3.21.12
libprotobuf|4.24.4
zeromq|4.3.4
openssl|3.1.2
openssl|3.1.4
nss|3.77
cppzmq|4.8.1
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch

0 comments on commit adb5338

Please sign in to comment.