don't mark UMFpack as required for opm-simulators
before OPM/opm-simulators#1309 it was required, but this was not enforced by the build system because the SuiteSparse tests are run by the opm-core build system first and UMFpack is optional there. thanks to [at]akva2 and [at]blattms for the heads-up.
This commit is contained in:
@@ -26,7 +26,7 @@ set (opm-simulators_DEPS
|
||||
dune-istl REQUIRED"
|
||||
"ERTPython"
|
||||
# Tim Davis' SuiteSparse archive
|
||||
"SuiteSparse COMPONENTS umfpack REQUIRED"
|
||||
"SuiteSparse COMPONENTS umfpack"
|
||||
# OPM dependency
|
||||
"opm-common REQUIRED;
|
||||
opm-parser REQUIRED;
|
||||
|
||||
Reference in New Issue
Block a user