mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Update libmesh to 1.7.1 in gha-install-libmesh.sh for consistency
This commit is contained in:
parent
e42dfac373
commit
3b5910057d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -ex
|
|||
# libMESH install
|
||||
pushd $HOME
|
||||
mkdir LIBMESH && cd LIBMESH
|
||||
git clone https://github.com/libmesh/libmesh -b v1.7.0 --recurse-submodules
|
||||
git clone https://github.com/libmesh/libmesh -b v1.7.1 --recurse-submodules
|
||||
mkdir build && cd build
|
||||
export METHODS="opt"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue