Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
e73467ab
Commit
e73467ab
authored
Sep 09, 2020
by
niklas.baumgarten
Browse files
fix
parent
6d1bbb1c
Pipeline
#109120
passed with stages
in 6 minutes and 55 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
docker/mlmc.baseimage
View file @
e73467ab
...
...
@@ -11,12 +11,12 @@ WORKDIR ${WORKDIR}
USER ${USER}
COPY --chown=${USER}:${USER} . ${WORKDIR}
RUN cd mpp && \
tar xjf sprng5.tar.bz2 && \
RUN tar xjf sprng5.tar.bz2 && \
cd sprng5 && \
./configure --with-mpi=yes --with-fortran=no && \
make -j20 && \
cd .. && \
cd mpp && \
git fetch --all && \
git checkout $UPSTREAM_COMMIT && \
cd .. && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment