Skip to content
Snippets Groups Projects

feat: use github.com/eic/eic-spack as local eic-spack repo

Merged Wouter Deconinck requested to merge github-eic-spack into master
2 files
+ 15
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -83,6 +83,9 @@ ENV EICSPACK_ROOT=$SPACK_ROOT/var/spack/repos/eic-spack
@@ -83,6 +83,9 @@ ENV EICSPACK_ROOT=$SPACK_ROOT/var/spack/repos/eic-spack
ARG EICSPACK_VERSION="$SPACK_VERSION"
ARG EICSPACK_VERSION="$SPACK_VERSION"
RUN git clone https://github.com/eic/eic-spack.git ${EICSPACK_ROOT} \
RUN git clone https://github.com/eic/eic-spack.git ${EICSPACK_ROOT} \
&& git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION} \
&& git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION} \
 
&& if [ -n "${EICSPACK_CHERRYPICKS}" ] ; then \
 
git -C ${EICSPACK_ROOT} cherry-pick -n ${SPACK_CHERRYPICKS} ; \
 
fi
&& spack repo add --scope site "${EICSPACK_ROOT}"
&& spack repo add --scope site "${EICSPACK_ROOT}"
## Setup our custom environment
## Setup our custom environment
Loading