mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Modifying path to libmesh pkgconfig.
This commit is contained in:
parent
4b03aaa93d
commit
fbbc421a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ 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
|
||||
export LIBMESH_PC=$HOME/LIBMESH
|
||||
export LIBMESH_PC=$HOME/LIBMESH/lib/pkgconfig/
|
||||
rm -rf $HOME/LIBMESH/build
|
||||
|
||||
cd $CURRENT_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue