mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Apply suggestions from code review, indents
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
9987b0c871
commit
c9cbe35c5f
1 changed files with 4 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
mkdir build ; \
|
||||
cd build ; \
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=.. \
|
||||
-DEMBREE_ISPC_SUPPORT=OFF ; \
|
||||
-DEMBREE_ISPC_SUPPORT=OFF ; \
|
||||
make -j"$compile_cores" ; \
|
||||
make -j"$compile_cores" install ; \
|
||||
fi
|
||||
|
|
@ -113,9 +113,9 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
mkdir build ; \
|
||||
cd build ; \
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=.. \
|
||||
-DMOAB_DIR=/MOAB \
|
||||
-DEMBREE_DIR=/embree/lib/cmake/embree-3.12.1 \
|
||||
-DEMBREE_ROOT=/embree/lib/cmake/embree-3.12.1 ; \
|
||||
-DMOAB_DIR=/MOAB \
|
||||
-DEMBREE_DIR=/embree/lib/cmake/embree-3.12.1 \
|
||||
-DEMBREE_ROOT=/embree/lib/cmake/embree-3.12.1 ; \
|
||||
make -j"$compile_cores" ; \
|
||||
make -j"$compile_cores" install ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue