From abd45373ee57dff2feee1c2aa18a96d301d2dc34 Mon Sep 17 00:00:00 2001 From: pshriwise Date: Thu, 27 Sep 2018 06:49:20 -0500 Subject: [PATCH] Quick update to build line for MOAB. --- tools/ci/travis-install-dagmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/travis-install-dagmc.sh b/tools/ci/travis-install-dagmc.sh index fa3bf0f3f..310c289e3 100755 --- a/tools/ci/travis-install-dagmc.sh +++ b/tools/ci/travis-install-dagmc.sh @@ -20,7 +20,7 @@ mkdir MOAB && cd MOAB git clone -b $MOAB_BRANCH $MOAB_REPO mkdir build && cd build cmake ../moab -DENABLE_HDF5=ON -DCMAKE_INSTALL_PREFIX=$MOAB_INSTALL_DIR -make -j test install +make -j && make -j test install rm -r $HOME/MOAB/moab export LD_LIBRARY_PATH=$MOAB_INSTALL_DIR/lib:$LD_LIBRARY_PATH