forked from MuonColliderSoft/mucoll-spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Federico Meloni
committed
Nov 25, 2024
1 parent
9965d8c
commit ae12a5a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM gitlab-registry.cern.ch/linuxsupport/alma9-base | |
|
||
LABEL org.opencontainers.image.description="Muon collider software stack based on Spack" | ||
LABEL org.opencontainers.image.licenses=Apache-2.0 | ||
LABEL org.opencontainers.image.source = "https://github.com/madbaron/mucoll-spack" | ||
LABEL org.opencontainers.image.source="https://github.com/madbaron/mucoll-spack" | ||
|
||
# epel-release and parallel needed for the validation | ||
# wget needed for some tests | ||
|
@@ -38,9 +38,9 @@ RUN if [ -n "${SPACK_COMMIT}" ]; then \ | |
git checkout ${SPACK_COMMIT}; \ | ||
fi | ||
|
||
RUN source /opt/setup_spack.sh && \ | ||
spack install [email protected] && \ | ||
spack clean -a | ||
#RUN source /opt/setup_spack.sh && \ | ||
# spack install [email protected] && \ | ||
# spack clean -a | ||
|
||
# Registering compilers with Spack | ||
ENV SPACK_COLOR="always" | ||
|