Use camel-case in SuperLU's name
Originally, I added FindSuperLU with uppercase since the variables it returned had that case. Now the scripts should be patched so that it searched for uppercase amongst the variables as well, so the module name can retain its original case (and for compatibility with DUNE)
This commit is contained in:
parent
97c2fabe8e
commit
8dcca4cf9b
@ -36,7 +36,7 @@ set (${project}_DEPS
|
|||||||
# Tim Davis' SuiteSparse archive
|
# Tim Davis' SuiteSparse archive
|
||||||
"SuiteSparse COMPONENTS umfpack"
|
"SuiteSparse COMPONENTS umfpack"
|
||||||
# solver
|
# solver
|
||||||
"SUPERLU"
|
"SuperLU"
|
||||||
# xml processing (for config parsing)
|
# xml processing (for config parsing)
|
||||||
"TinyXML"
|
"TinyXML"
|
||||||
# Ensembles-based Reservoir Tools (ERT)
|
# Ensembles-based Reservoir Tools (ERT)
|
||||||
|
@ -24,7 +24,7 @@ find_opm_package (
|
|||||||
|
|
||||||
# required dependencies
|
# required dependencies
|
||||||
"dune-common ${_require_dune_common};
|
"dune-common ${_require_dune_common};
|
||||||
SUPERLU
|
SuperLU
|
||||||
"
|
"
|
||||||
# header to search for
|
# header to search for
|
||||||
"dune/istl/bcrsmatrix.hh"
|
"dune/istl/bcrsmatrix.hh"
|
||||||
|
@ -24,7 +24,7 @@ find_opm_package (
|
|||||||
BLAS REQUIRED;
|
BLAS REQUIRED;
|
||||||
LAPACK REQUIRED;
|
LAPACK REQUIRED;
|
||||||
SuiteSparse COMPONENTS umfpack;
|
SuiteSparse COMPONENTS umfpack;
|
||||||
SUPERLU;
|
SuperLU;
|
||||||
TinyXML;
|
TinyXML;
|
||||||
ERT;
|
ERT;
|
||||||
dune-istl
|
dune-istl
|
||||||
|
Loading…
Reference in New Issue
Block a user