added pymoab to moab build

This commit is contained in:
Jonathan Shimwell 2020-11-18 18:27:36 +00:00
parent 966d2bd64c
commit b59233072a

View file

@ -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