From 86a6e63236ac235d87aa928ea73a647a2d5e7f8b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 27 Oct 2020 21:11:52 -0500 Subject: [PATCH] Removing static library build of MOAB. Not required any longery by DAGMC (thank goodness). --- tools/ci/travis-install-dagmc.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci/travis-install-dagmc.sh b/tools/ci/travis-install-dagmc.sh index 8c9cc61a46..cd2f07e6ca 100755 --- a/tools/ci/travis-install-dagmc.sh +++ b/tools/ci/travis-install-dagmc.sh @@ -21,8 +21,6 @@ git clone -b $MOAB_BRANCH $MOAB_REPO mkdir build && cd build cmake ../moab -DENABLE_HDF5=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=$MOAB_INSTALL_DIR -DENABLE_BLASLAPACK=OFF make -j && make -j install -cmake ../moab -DBUILD_SHARED_LIBS=OFF -make -j install rm -rf $HOME/MOAB/moab $HOME/MOAB/build # DAGMC Install