mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
tweak the configure script
we should recognize the --with-{alugrid,metis} options...
This commit is contained in:
committed by
Roland Kaufmann
parent
044e07be58
commit
eed47decf2
6
cmake/Scripts/configure
vendored
6
cmake/Scripts/configure
vendored
@@ -33,6 +33,8 @@ Optional Features:
|
||||
--enable-ninja use Ninja build generator [default=no]
|
||||
|
||||
Optional Packages:
|
||||
--with-alugrid=PATH use the ALUGrid library from a specified location
|
||||
--with-metis=PATH use the METIS graph partitioning library from a specified location
|
||||
--with-boost=PATH use Boost library from a specified location
|
||||
--with-dune=PATH specify parent of all DUNE modules not specified
|
||||
--with-dune-MODULE=PATH use given DUNE module from a specified location
|
||||
@@ -183,8 +185,10 @@ for OPT in "$@"; do
|
||||
mpi-prefix)
|
||||
rootvar="_MPI_PREFIX_PATH"
|
||||
;;
|
||||
ert |\
|
||||
alugrid |\
|
||||
boost |\
|
||||
ert |\
|
||||
metis |\
|
||||
superlu |\
|
||||
SuiteSparse |\
|
||||
TinyXML |\
|
||||
|
||||
Reference in New Issue
Block a user