mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Merge pull request #2201 from paulromano/dockerfile-libmesh-fix
Update libmesh version in Dockerfile
This commit is contained in:
commit
a9aa761fbf
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ ENV DAGMC_REPO='https://github.com/svalinn/DAGMC'
|
|||
ENV DAGMC_INSTALL_DIR=$HOME/DAGMC/
|
||||
|
||||
# LIBMESH variables
|
||||
ENV LIBMESH_TAG='v1.6.0'
|
||||
ENV LIBMESH_TAG='v1.7.1'
|
||||
ENV LIBMESH_REPO='https://github.com/libMesh/libmesh'
|
||||
ENV LIBMESH_INSTALL_DIR=$HOME/LIBMESH
|
||||
|
||||
|
|
|
|||
|
|
@ -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