SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/06/25 10:58:26 mwdavies Exp $
|
|
|
|
DISTNAME= scipy-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-scipy-0.6.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= 25 24 23
|
|
USE_LANGUAGES+= c c++ fortran
|
|
MAKE_ENV+= ATLAS=None
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/fftw/buildlink3.mk"
|
|
.include "../../wip/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|