openbsd-ports/math/py-numpy/Makefile
djm ef6ee6adaf import of numpy-0.9.8 with some fixes from numpy SVN -current:
> NumPy is a Python library for numeric and scientific computing, it
> contains a powerful N-dimensional array object, basic linear algebra
> functions, basic Fourier transforms, sophisticated random number
> capabilities and tools for integrating Fortran code.

feedback and ok alek@
2006-06-26 00:45:37 +00:00

31 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/06/26 00:45:37 djm Exp $
SHARED_ONLY= Yes
COMMENT= "fast array and numeric programming library for Python"
DISTNAME= numpy-0.9.8
PKGNAME= ${DISTNAME:S/^/py-/}
CATEGORIES= math devel
MAINTAINER= Damien Miller <djm@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
HOMEPAGE= http://numeric.scipy.org/
MODULES= lang/python
do-regress: fake
${MAKE_ENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} -c \
'import numpy ; numpy.testing.ScipyTest(numpy).test(10)'
.include <bsd.port.mk>