Skip to content
Snippets Groups Projects
Commit 14d44041 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: don't install juggler and eicrecon in xl

parent c3c807ad
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !674. Comments created here will be created in the context of that merge request.
...@@ -20,18 +20,6 @@ ARG JUG_VERSION=1 ...@@ -20,18 +20,6 @@ ARG JUG_VERSION=1
RUN cd /tmp \ RUN cd /tmp \
&& echo " - jug_xl: ${JUG_VERSION}" >> /etc/jug_info && echo " - jug_xl: ${JUG_VERSION}" >> /etc/jug_info
## Install juggler to the environment
RUN spack add juggler@${JUGGLER_VERSION} \
&& spack concretize \
&& spack install
## Install eicrecon to the environment
RUN spack add eicrecon@${EICRECON_VERSION} \
&& spack concretize \
&& spack install \
&& echo "export JANA_PLUGIN_PATH=/usr/local/lib/EICrecon/plugins" \
> /etc/profile.d/z12_eicrecon.sh
## also install detector/ip geometries into opt ## also install detector/ip geometries into opt
ARG NIGHTLY='' ARG NIGHTLY=''
## cache bust when updated repositories ## cache bust when updated repositories
......
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