aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2008-09-09 00:02:56 +0800
committerlwhsu <lwhsu@FreeBSD.org>2008-09-09 00:02:56 +0800
commit3380c84d221e136faa4bc1c35269105136c4879c (patch)
tree6d7ab6ad17f5286860f86f16da4b0138552750c9 /math
parentb619437a2841cc18e6d914d011453d6824a807f1 (diff)
downloadfreebsd-ports-gnome-3380c84d221e136faa4bc1c35269105136c4879c.tar.gz
freebsd-ports-gnome-3380c84d221e136faa4bc1c35269105136c4879c.tar.zst
freebsd-ports-gnome-3380c84d221e136faa4bc1c35269105136c4879c.zip
- Fix installation while WITH_ATLAS is specified [1]
- Fix plist PR: ports/126960 [1] Submitted by: Arjan Gijsberts <arjan AT liralab.it> Approved by: maintainer Approved by: portmgr (erwin)
Diffstat (limited to 'math')
-rw-r--r--math/py-numpy/Makefile1
-rw-r--r--math/py-numpy/files/site.cfg2
-rw-r--r--math/py-numpy/pkg-plist1
3 files changed, 3 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 48ed9cd1e4de..4943b0f49eef 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= numpy
PORTVERSION= 1.1.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= http://numpy.scipy.org/:doc \
diff --git a/math/py-numpy/files/site.cfg b/math/py-numpy/files/site.cfg
index 5c9f1cb29902..cab4971ae8d9 100644
--- a/math/py-numpy/files/site.cfg
+++ b/math/py-numpy/files/site.cfg
@@ -6,5 +6,5 @@ src_dirs = %%LOCALBASE%%/src
# search static libraries (.a) in preference to shared ones (.so)
search_static_first = 0
[atlas]
-library_dirs = %%LOCALBASE%%:%%GCCLIBDIR%%
+library_dirs = %%LOCALBASE%%/lib:%%GCCLIBDIR%%
atlas_libs = %%ATLASLIBS%%
diff --git a/math/py-numpy/pkg-plist b/math/py-numpy/pkg-plist
index 65364cea41b0..e76b05034b10 100644
--- a/math/py-numpy/pkg-plist
+++ b/math/py-numpy/pkg-plist
@@ -25,6 +25,7 @@ bin/f2py
%%PYTHON_SITELIBDIR%%/numpy/core/_internal.py
%%PYTHON_SITELIBDIR%%/numpy/core/_internal.pyc
%%PYTHON_SITELIBDIR%%/numpy/core/_internal.pyo
+%%PYTHON_SITELIBDIR%%/numpy/core/_dotblas.so
%%PYTHON_SITELIBDIR%%/numpy/core/_sort.so
%%PYTHON_SITELIBDIR%%/numpy/core/arrayprint.py
%%PYTHON_SITELIBDIR%%/numpy/core/arrayprint.pyc