pkgsrc/math/py-scipy/Makefile
markd c18d31cafc Update SciPy to 0.7.0
SciPy 0.7.0 is the culmination of 16 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and
better documentation.  There have been a number of deprecations and
API changes in this release, which are documented below.  All users
are encouraged to upgrade to this release, as there are a large number
of bug-fixes and optimizations.
2009-07-25 12:16:45 +00:00

23 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/07/25 12:16:45 markd Exp $
DISTNAME= scipy-0.7.0
PKGNAME= ${PYPKGPREFIX}-scipy-0.7.0
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scipy/}
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.scipy.org/
COMMENT= Scientific Algorithms Library for Python
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
PYTHON_VERSIONS_ACCEPTED= 26 25 24
USE_LANGUAGES+= c c++ fortran
MAKE_ENV+= ATLAS=None
.include "../../lang/python/extension.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"