Skip to content

Commit

Permalink
Add -DCMAKE_BUILD_TYPE=Release flag for MOAB in Dockerfile (openmc-de…
Browse files Browse the repository at this point in the history
…v#3077)

Co-authored-by: Nicolas Linden <n.linden@naarea.fr>
  • Loading branch information
nplinden and Nicolas Linden authored Jul 9, 2024
1 parent e74dc50 commit a5a26bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ RUN if [ "$build_dagmc" = "on" ]; then \
mkdir -p $HOME/MOAB && cd $HOME/MOAB \
&& git clone --single-branch -b ${MOAB_TAG} --depth 1 ${MOAB_REPO} \
&& mkdir build && cd build \
&& cmake ../moab -DENABLE_HDF5=ON \
&& cmake ../moab -DCMAKE_BUILD_TYPE=Release \
-DENABLE_HDF5=ON \
-DENABLE_NETCDF=ON \
-DBUILD_SHARED_LIBS=OFF \
-DENABLE_FORTRAN=OFF \
Expand Down

0 comments on commit a5a26bb

Please sign in to comment.