- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
25 lines
656 B
Makefile
25 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.46 2008/04/25 20:39:10 joerg Exp $
|
|
|
|
DISTNAME= Numeric-24.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
HOMEPAGE= http://numeric.scipy.org/
|
|
COMMENT= Adds multidimensional numeric arrays to Python
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYBINMODULE= yes
|
|
PYSETUP= setup.py
|
|
|
|
PLIST_VARS+= blas
|
|
.if exists(/System/Library/Frameworks/vecLib.framework)
|
|
BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
|
|
PLIST.blas= yes
|
|
.endif
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|