Skip to content

Commit 57d7633

Browse files
Docker
1 parent af3fcc5 commit 57d7633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ WORKDIR $LIB_DIR
5454
RUN sudo git clone https://github.com/LLNL/libROM.git
5555
WORKDIR ./libROM/build
5656
# libROM is using the MFEM without MUMPS right now.
57+
5758
RUN sudo cmake .. -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DUSE_MFEM=OFF -DMFEM_USE_GSLIB=${MFEM_USE_GSLIB}
5859
RUN sudo make -j 16
5960

0 commit comments

Comments
 (0)