diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:13:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:13:44 +0800 |
commit | b0d6752b2939c8934b06e80c1fcfd5ce4f184247 (patch) | |
tree | 12497478678153075f51e61bb2505eb70418dad8 /math | |
parent | 07d79c9b74998cfc951e8f2f42e1abf382321ac7 (diff) | |
download | freebsd-ports-graphics-b0d6752b2939c8934b06e80c1fcfd5ce4f184247.tar.gz freebsd-ports-graphics-b0d6752b2939c8934b06e80c1fcfd5ce4f184247.tar.zst freebsd-ports-graphics-b0d6752b2939c8934b06e80c1fcfd5ce4f184247.zip |
- Update to 1.5
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, convert to new options helper
PR: ports/188413
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/py-symeig/Makefile | 23 | ||||
-rw-r--r-- | math/py-symeig/distinfo | 4 |
2 files changed, 13 insertions, 14 deletions
diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile index 988abbae520..6c0b7e064a8 100644 --- a/math/py-symeig/Makefile +++ b/math/py-symeig/Makefile @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= symeig -PORTVERSION= 1.4 -PORTREVISION= 4 +PORTVERSION= 1.5 CATEGORIES= math python -MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.3 +MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.4 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Symmetrical eigenvalue routines for NumPy +LICENSE= BSD3CLAUSE + BUILD_DEPENDS+= ${PYNUMPY} RUN_DEPENDS+= ${PYNUMPY} @@ -19,22 +20,20 @@ OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options USES= fortran USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= ATLAS ATLAS_DESC= Use optimized blas library +ATLAS_LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas +ATLAS_LIB_DEPENDS_OFF= libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack + .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -.if !exists(${LOCALBASE}/lib/libalapack.a) +.if ${PORT_OPTIONS:MATLAS} && !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for symeig to function properly .endif -.else -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack \ - libblas.so:${PORTSDIR}/math/blas -.endif .include <bsd.port.mk> diff --git a/math/py-symeig/distinfo b/math/py-symeig/distinfo index 053244901db..f343ccad159 100644 --- a/math/py-symeig/distinfo +++ b/math/py-symeig/distinfo @@ -1,2 +1,2 @@ -SHA256 (symeig-1.4.tar.gz) = 999556e99b03c3f98ef81ccf420ada1ba25c447c7a2739be4f44b54d5ac0f393 -SIZE (symeig-1.4.tar.gz) = 31109 +SHA256 (symeig-1.5.tar.gz) = 60cea48bfce95cce463771883a638bfbf39a99e2ea0eb562572b5668c9117719 +SIZE (symeig-1.5.tar.gz) = 16180 |