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
|
||||
"SuiteSparse COMPONENTS umfpack"
|
||||
# solver
|
||||
"SUPERLU"
|
||||
"SuperLU"
|
||||
# xml processing (for config parsing)
|
||||
"TinyXML"
|
||||
# Ensembles-based Reservoir Tools (ERT)
|
||||
|
@ -24,7 +24,7 @@ find_opm_package (
|
||||
|
||||
# required dependencies
|
||||
"dune-common ${_require_dune_common};
|
||||
SUPERLU
|
||||
SuperLU
|
||||
"
|
||||
# header to search for
|
||||
"dune/istl/bcrsmatrix.hh"
|
||||
|
@ -24,7 +24,7 @@ find_opm_package (
|
||||
BLAS REQUIRED;
|
||||
LAPACK REQUIRED;
|
||||
SuiteSparse COMPONENTS umfpack;
|
||||
SUPERLU;
|
||||
SuperLU;
|
||||
TinyXML;
|
||||
ERT;
|
||||
dune-istl
|
||||
|
Loading…
Reference in New Issue
Block a user