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 af3fcc5 commit 57d7633Copy full SHA for 57d7633
docker/Dockerfile
@@ -54,6 +54,7 @@ WORKDIR $LIB_DIR
54
RUN sudo git clone https://github.com/LLNL/libROM.git
55
WORKDIR ./libROM/build
56
# libROM is using the MFEM without MUMPS right now.
57
+
58
RUN sudo cmake .. -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DUSE_MFEM=OFF -DMFEM_USE_GSLIB=${MFEM_USE_GSLIB}
59
RUN sudo make -j 16
60
0 commit comments