diff options
author | dbj <dbj@pkgsrc.org> | 2015-01-27 05:04:06 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2015-01-27 05:04:06 +0000 |
commit | 5c28f351465ccdeda47e0bba93841d3367b36497 (patch) | |
tree | 8f383ec6fc4ec223a6608f92fc544557bcca7e95 /math/py-numarray/Makefile | |
parent | b88422c70f13c83ad82ad12d4031c5a0bb493335 (diff) | |
download | pkgsrc-5c28f351465ccdeda47e0bba93841d3367b36497.tar.gz |
use the Accelerate framework on Darwin instead of the obsolete vecLib
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r-- | math/py-numarray/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 17f5bd49abf..c465b179eab 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/01/27 05:05:30 dbj Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 @@ -11,8 +11,7 @@ HOMEPAGE= http://www.numpy.org/old_array_packages.html COMMENT= Array manipulation PLIST_VARS+= blas -.if exists(/System/Library/Frameworks/vecLib.framework/Headers) -BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers +.if exists(/System/Library/Frameworks/Accelerate.framework) PLIST.blas= yes .endif |