aboutsummaryrefslogtreecommitdiff
path: root/math/py-symeig
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-26 18:13:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-26 18:13:44 +0000
commitfe7d2431f6a045835822e6f25854a9d370d87d4f (patch)
tree12497478678153075f51e61bb2505eb70418dad8 /math/py-symeig
parent2a07d055c244cf0aa3bff80516b1177f5805cedf (diff)
downloadports-fe7d2431f6a045835822e6f25854a9d370d87d4f.tar.gz
ports-fe7d2431f6a045835822e6f25854a9d370d87d4f.zip
Notes
Diffstat (limited to 'math/py-symeig')
-rw-r--r--math/py-symeig/Makefile23
-rw-r--r--math/py-symeig/distinfo4
2 files changed, 13 insertions, 14 deletions
diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile
index 988abbae5207..6c0b7e064a84 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 053244901db5..f343ccad1598 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