pkgsrc-wip/dune-istl/Makefile
Kamel Ibn Aziz Derouiche 28fe281211 Import dune-istl-2.2.0 as wip/dune-istl.
This is the iterative solver template library which provides generic sparse
matrix/vector classes and a variety of solvers based on these classes. A special
feature is the use of templates to exploit the recursive block structure of
finite element matrices at compile time. Available solvers include Krylov
methods, (block-) incomplete decompositions and aggregation-based
algebraic multigrid
2012-09-16 00:00:25 +00:00

23 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/09/16 00:00:25 jihbed Exp $
#
.include "../../wip/dune-common/Makefile.version"
.include "../../wip/dune-common/Makefile.common"
DISTNAME= dune-istl-${DUNE-VERSION}
COMMENT= Iterative Solver Template Library
WRKSRC= ${WRKDIR}/${DISTNAME}
CHECK_PORTABILITY_SKIP= configure
LDFLAGS+= -L${BUILDLINK_PREFIX.superlu}/lib
DEPENDS+= metis>=4.0:../../math/metis
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../math/superlu/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"
.include "../../wip/dune-common/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"