Interpolates irregularly spaced data to a regular grid using natural neighbor interpolation. Based on the natgrid library
22 lines
581 B
Makefile
22 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/04/02 22:38:36 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= griddata-0.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= http://griddata-python.googlecode.com/files/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/griddata-python/
|
|
COMMENT= Interpolate irregularly spaced data to a grid
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|