mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
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:
parent
4e3d76a090
commit
cf38685acd
@ -17,5 +17,4 @@ set (opm-material_DEPS
|
||||
"opm-core REQUIRED"
|
||||
# DUNE dependency
|
||||
"dune-common REQUIRED"
|
||||
"dune-istl REQUIRED"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user