From fe7938d82a2de9ef6835d68cddfb2ceed62ccf52 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 25 Oct 2017 16:48:33 +0200 Subject: [PATCH] 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. --- cmake/Modules/opm-simulators-prereqs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/opm-simulators-prereqs.cmake b/cmake/Modules/opm-simulators-prereqs.cmake index 035af78d1..db524027c 100644 --- a/cmake/Modules/opm-simulators-prereqs.cmake +++ b/cmake/Modules/opm-simulators-prereqs.cmake @@ -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;