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:
Roland Kaufmann 2013-03-14 22:55:05 +01:00
parent 97c2fabe8e
commit 8dcca4cf9b
4 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -24,7 +24,7 @@ find_opm_package (
# required dependencies
"dune-common ${_require_dune_common};
SUPERLU
SuperLU
"
# header to search for
"dune/istl/bcrsmatrix.hh"

View File

@ -24,7 +24,7 @@ find_opm_package (
BLAS REQUIRED;
LAPACK REQUIRED;
SuiteSparse COMPONENTS umfpack;
SUPERLU;
SuperLU;
TinyXML;
ERT;
dune-istl