Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
protobuf|4.25.3
protobuf|6.31.1
pcre|8.45
bazel|7.2.1
gxx_linux-64|12.4.0
gcc_linux-64|12.4.0
bazel|8.3.1
gcc-no-conda-specs|13.4.0
gxx_linux-64|13.4.0
gcc_linux-64|13.4.0
make|4.3
chrpath|0.16
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /exaudfclient/
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MAMBA_ROOT_PREFIX/lib/
ENV CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:$MAMBA_ROOT_PREFIX/include/
ENV C_INCLUDE_PATH=$C_INCLUDE_PATH:$MAMBA_ROOT_PREFIX/include/
RUN ./build.sh --config no-tty --config optimize --config python --config fast-binary --config fix_conda_ar_tool
RUN ./build.sh --config no-tty --config optimize --config python --config fast-binary
RUN cp -r -L bazel-bin/* /exaudf

WORKDIR /exaudfclient/base
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python|3.10.4
numpy|1.26.2
pandas|2.2.2
pyarrow|16.0.0
pyarrow|18.1.0
mamba|1.5.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libprotobuf|4.25.3
libprotobuf|6.31.1
zeromq|4.3.5
nss|3.100
cppzmq|4.10.0
Loading