mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
More explicit path to libmesh install.
This commit is contained in:
parent
fbbc421a0c
commit
02df8567b6
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False, libmesh=False):
|
|||
|
||||
if libmesh:
|
||||
cmake_cmd.append('-Dlibmesh=ON')
|
||||
cmake_cmd.append('-DCMAKE_PREFIX_PATH=$HOME/LIBMESH')
|
||||
cmake_cmd.append('-DCMAKE_PREFIX_PATH=/root/LIBMESH')
|
||||
|
||||
# Build in coverage mode for coverage testing
|
||||
cmake_cmd.append('-Dcoverage=on')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue