pkgsrc-wip/py-pyamg/Makefile
Kamel Ibn Aziz Derouiche 41e101ef63 Import py26-pyamg-1.0.0 as wip/py-pyamg.
AMG is a multilevel technique for solving large-scale linear systems with
optimal or near-optimal efficiency. Unlike geometric multigrid, AMG requires
little or no geometric information about the underlying problem and develops a
sequence of coarser grids directly from the input matrix. This feature is
especially important for problems discretized on unstructured meshes
and irregular grids.
2010-05-22 23:11:20 +00:00

24 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/22 23:11:20 jihbed Exp $
#
DISTNAME= pyamg-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://pyamg.googlecode.com/files/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://code.google.com/p/pyamg
COMMENT= Algebraic multigrid solvers in Python
#LICENSE= # TODO: (see mk/license.mk)
#DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c++
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"