diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 17:13:24 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 17:13:24 +0000 |
commit | 4be855d6a6cda92901d112da0ecbbda48cb1fbb5 (patch) | |
tree | bcf31c1c1134eed4d9f6bab5ee5e0d85f08e8b08 /math/py-pysparse | |
parent | Update to 2.2.26.0, which you can tell is higher than 2.2.26 because 0 (diff) |
math/py-numpy: track PORTEPOCH in consumers
Notes
Notes:
svn path=/head/; revision=424866
Diffstat (limited to 'math/py-pysparse')
-rw-r--r-- | math/py-pysparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pysparse/Makefile b/math/py-pysparse/Makefile index c2e3490ff34d..8c7eccf59d23 100644 --- a/math/py-pysparse/Makefile +++ b/math/py-pysparse/Makefile @@ -13,8 +13,8 @@ COMMENT= Fast sparse matrix library for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas \ libopenblas.so:math/openblas \ |