File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ set -o noclobber \
41414242&& echo ' - exaca@master' \
4343&& echo ' - additivefoam@main' \
44+ && echo ' - thesis@master+mpi' \
4445&& echo ' concretizer:' \
4546&& echo ' unify: true' \
4647&& echo ' config:' \
@@ -65,24 +66,6 @@ RUN cd /opt/spack-environment \
6566RUN cd /opt/spack-environment && \
6667 spack env activate --sh -d . > activate.sh
6768
68- # Install 3DThesis
69- ENV THESIS_DIR=/opt/3DThesis
70- RUN . /opt/spack-environment/activate.sh && \
71- THESIS_VERSION=master.tar.gz && \
72- THESIS_ARCHIVE=3DThesis-${THESIS_VERSION} && \
73- THESIS_URL=https://github.com/ORNL-MDF/3DThesis/archive/refs/heads/${THESIS_VERSION} && \
74- wget --quiet ${THESIS_URL} --output-document=${THESIS_ARCHIVE} && \
75- mkdir -p 3dthesis && \
76- tar -xf ${THESIS_ARCHIVE} -C 3dthesis --strip-components=1 && \
77- rm -f ${THESIS_ARCHIVE} && \
78- cd 3dthesis && \
79- cmake -B build \
80- -D CMAKE_INSTALL_PREFIX=${THESIS_DIR} \
81- -D CMAKE_BUILD_TYPE=Debug && \
82- cmake --build build && \
83- cmake --install build && \
84- echo 'export PATH="/opt/3DThesis/bin:$PATH"' >> /opt/spack-environment/activate.sh
85-
8669# Set entry point
8770RUN { \
8871 echo '#!/bin/sh' \
You can’t perform that action at this time.
0 commit comments