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
06f0b302ca
commit
0af1d9322f
@ -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