mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Small adjustment to the install location of libMesh in CI.
This commit is contained in:
parent
7fd78f84b4
commit
4e04e8f4fb
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=/root/LIBMESH')
|
||||
cmake_cmd.append('-DCMAKE_PREFIX_PATH=$HOME/LIBMESH')
|
||||
|
||||
# Build in coverage mode for coverage testing
|
||||
cmake_cmd.append('-Dcoverage=on')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue