We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a6550 commit d2832f6Copy full SHA for d2832f6
Dockerfile
@@ -85,6 +85,7 @@ RUN find -L /opt/software/* -type f -exec readlink -f '{}' \; | \
85
FROM ${baseimg_os} AS starenv-stage
86
87
ARG starenv
88
+ARG compiler
89
90
COPY --from=build-stage /cern /cern
91
COPY --from=build-stage /etc/bashrc /etc/bashrc
@@ -119,7 +120,7 @@ ENV CERN=/cern
119
120
ENV CERN_LEVEL=pro
121
ENV CERN_ROOT=$CERN/$CERN_LEVEL
122
ENV OPTSTAR=/opt/software
-ENV STAR_HOST_SYS=sl79_gcc485
123
+ENV STAR_HOST_SYS=sl79_${compiler}
124
ENV PATH=$CERN_ROOT/bin:$PATH
125
ENV LIBPATH+=:/lib64:/lib
126
0 commit comments