mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Cloning specific version of libmesh.
This commit is contained in:
parent
22507b3ac1
commit
19560dbc7b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ CURRENT_DIR=$(pwd)
|
|||
# LibMESH install
|
||||
cd $HOME
|
||||
mkdir LIBMESH && cd LIBMESH
|
||||
git clone https://github.com/libmesh/libmesh --recurse-submodules
|
||||
git clone https://github.com/libmesh/libmesh -b v1.6.0 --recurse-submodules
|
||||
mkdir build && cd build
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH --enable-exodus --disable-mpi
|
||||
make -j4 install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue