mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
added pymoab to moab build
This commit is contained in:
parent
966d2bd64c
commit
b59233072a
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
-DCMAKE_INSTALL_PREFIX=/MOAB ; \
|
||||
make ; \
|
||||
make install ; \
|
||||
cd pymoab ; \
|
||||
bash install.sh ; \
|
||||
python setup.py install ; \
|
||||
fi
|
||||
|
||||
# Clone and install Double-Down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue