Skip to content

Commit

Permalink
redo without gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Meloni committed Nov 25, 2024
1 parent 9965d8c commit ae12a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AlmaLinux9/Dockerfile-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ${REPOSITORY}/mucoll-spack:${VERSION}-alma9

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"

# Picking specific key4hep commit
ARG KEY4HEP_COMMIT=475d26f0a62283a29e87b38399b128798d2b81a8
Expand Down
8 changes: 4 additions & 4 deletions AlmaLinux9/Dockerfile-spack
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ae12a5a

Please sign in to comment.