remove the dune-istl from the list of opm-material prerequisites

the only reason dune-istl was required was that the spline class used
ISTL's tridiagonal matrix. Since the spline class moved into the core
(along with a more capable tridiagonal matrix), ISTL is no longer
required by opm-material.
This commit is contained in:
Andreas Lauser 2013-09-20 15:09:30 +02:00 committed by Bård Skaflestad
parent 4e3d76a090
commit cf38685acd

View File

@ -17,5 +17,4 @@ set (opm-material_DEPS
"opm-core REQUIRED"
# DUNE dependency
"dune-common REQUIRED"
"dune-istl REQUIRED"
)