mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added import test for pymoab
This commit is contained in:
parent
f4a8f06c82
commit
57bc5490c9
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ RUN if [ "$build_dagmc" = "on" ]; then \
|
|||
&& make 2>/dev/null -j${compile_cores} install \
|
||||
&& cd pymoab && bash install.sh \
|
||||
&& python setup.py install \
|
||||
&& python -c "import pymoab" \
|
||||
&& rm -rf $HOME/MOAB ; \
|
||||
# Clone and install Double-Down
|
||||
mkdir -p $HOME/Double_down && cd $HOME/Double_down \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue