summaryrefslogtreecommitdiff
path: root/math/py-numarray/Makefile
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2015-01-27 05:04:06 +0000
committerdbj <dbj@pkgsrc.org>2015-01-27 05:04:06 +0000
commit5c28f351465ccdeda47e0bba93841d3367b36497 (patch)
tree8f383ec6fc4ec223a6608f92fc544557bcca7e95 /math/py-numarray/Makefile
parentb88422c70f13c83ad82ad12d4031c5a0bb493335 (diff)
downloadpkgsrc-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/Makefile5
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