on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
24 lines
639 B
Makefile
24 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.47 2009/03/05 18:51:30 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
|
|
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"
|