added import test for pymoab

This commit is contained in:
Jonathan Shimwell 2022-02-25 17:23:43 +00:00
parent f4a8f06c82
commit 57bc5490c9

View file

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