mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
review suggestions removed pymoab flag and indent
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
96c025c92f
commit
fb4100f84e
1 changed files with 4 additions and 5 deletions
|
|
@ -84,11 +84,10 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
git clone --single-branch --branch develop https://bitbucket.org/fathomteam/moab/ ; \
|
||||
cd build ; \
|
||||
cmake ../moab -DENABLE_HDF5=ON \
|
||||
-DENABLE_NETCDF=ON \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DENABLE_FORTRAN=OFF \
|
||||
-DPYMOAB_PREFIX=/MOAB/build/pymoab \
|
||||
-DENABLE_BLASLAPACK=OFF ; \
|
||||
-DENABLE_NETCDF=ON \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DENABLE_FORTRAN=OFF \
|
||||
-DENABLE_BLASLAPACK=OFF ; \
|
||||
make -j"$compile_cores" ; \
|
||||
make -j"$compile_cores" install ; \
|
||||
rm -rf * ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue