Skip to content
Snippets Groups Projects

feat: install juggler and eicrecon with spack

Merged Wouter Deconinck requested to merge spack-install-juggler-eicrecon into master
1 file
+ 0
12
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading