Getting libmesh submodules as well.

This commit is contained in:
Patrick Shriwise 2020-10-27 00:22:08 -05:00
parent 4326bca962
commit 22507b3ac1

View file

@ -7,7 +7,7 @@ CURRENT_DIR=$(pwd)
# LibMESH install
cd $HOME
mkdir LIBMESH && cd LIBMESH
git clone https://github.com/libmesh/libmesh
git clone https://github.com/libmesh/libmesh --recurse-submodules
mkdir build && cd build
../libmesh/configure --prefix=$HOME/LIBMESH --enable-exodus --disable-mpi
make -j4 install