Skip to content
Snippets Groups Projects
Commit 13ca403d authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

Install to /opt/benchmarks/common_bench in jug_xl

(cherry picked from commit ebc3fe49)
parent 113b5322
No related branches found
No related tags found
1 merge request!201Add awkward-array package
...@@ -107,18 +107,24 @@ RUN cd /tmp ...@@ -107,18 +107,24 @@ RUN cd /tmp
## Install benchmarks into the container ## Install benchmarks into the container
ARG BENCHMARK_COM_VERSION="master"
ARG BENCHMARK_DET_VERSION="master" ARG BENCHMARK_DET_VERSION="master"
ARG BENCHMARK_REC_VERSION="master" ARG BENCHMARK_REC_VERSION="master"
ARG BENCHMARK_PHY_VERSION="master" ARG BENCHMARK_PHY_VERSION="master"
RUN mkdir -p /opt/benchmarks \ RUN mkdir -p /opt/benchmarks \
&& cd /opt/benchmarks \ && cd /opt/benchmarks \
&& git clone -b ${BENCHMARK_COM_VERSION} --depth 1 \
https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git \
&& git clone -b ${BENCHMARK_DET_VERSION} --depth 1 \ && git clone -b ${BENCHMARK_DET_VERSION} --depth 1 \
https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git \ https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git \
&& ln -sf ../common_bench detector_benchmarks/.local \
&& git clone -b ${BENCHMARK_REC_VERSION} --depth 1 \ && git clone -b ${BENCHMARK_REC_VERSION} --depth 1 \
https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks.git \ https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks.git \
&& ln -sf ../common_bench reconstruction_benchmarks/.local \
&& git clone -b ${BENCHMARK_PHY_VERSION} --depth 1 \ && git clone -b ${BENCHMARK_PHY_VERSION} --depth 1 \
https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks.git https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks.git \
&& ln -sf ../common_bench physics_benchmarks/.local
## Install campaigns into the container ## Install campaigns into the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment