From 85a9a41264b80857989ceb75eed79892d53fbbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 20 Jun 2013 23:14:39 +0200 Subject: [PATCH] Disable build kluge that is no longer pertinent The header was introduced (commit 82369f9) as a work-around for a particular interaction in the Autotools-based setup of OPM-Core and the Dune core modules. Notably, Dune's "Enable" trick for Boost failed on some older Autoconf systems. Now that we're using CMake, however, that kluge is no longer needed because we (OPM-Core) always #define HAVE_BOOST 1 i.e., as an explict true/false value. Therefore, we need no longer include . The header will be removed at a later time. --- opm/core/linalg/LinearSolverIstl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 8f6fabaf1..b4195c30b 100644 --- a/opm/core/linalg/LinearSolverIstl.cpp +++ b/opm/core/linalg/LinearSolverIstl.cpp @@ -24,8 +24,6 @@ #include -#include - // Silence compatibility warning from DUNE headers since we don't use // the deprecated member anyway (in this compilation unit) #define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1