aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-05-16 17:12:21 +0000
committerRene Ladan <rene@FreeBSD.org>2019-05-16 17:12:21 +0000
commit8a9723741d9440970839ac065121f92ab186c4fa (patch)
tree1b5191acf37e4eb29e582b2836241dc03a5b4151 /math
parente9a104fd10eddd4a3fa5f5d45663a6bb8cb959b9 (diff)
downloadports-8a9723741d9440970839ac065121f92ab186c4fa.tar.gz
ports-8a9723741d9440970839ac065121f92ab186c4fa.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/py-symeig/Makefile41
-rw-r--r--math/py-symeig/distinfo2
-rw-r--r--math/py-symeig/pkg-descr7
4 files changed, 0 insertions, 51 deletions
diff --git a/math/Makefile b/math/Makefile
index a3cc4da014df..a6ef8bd4f7a3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -775,7 +775,6 @@
SUBDIR += py-svgmath
SUBDIR += py-sym
SUBDIR += py-symcxx
- SUBDIR += py-symeig
SUBDIR += py-sympy
SUBDIR += py-theano
SUBDIR += py-ufl
diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile
deleted file mode 100644
index 77f4e2ff986a..000000000000
--- a/math/py-symeig/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Li-Lun Wang <llwang@infor.org>
-# $FreeBSD$
-
-PORTNAME= symeig
-PORTVERSION= 1.5
-PORTREVISION= 9
-CATEGORIES= math python
-MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.4
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Symmetrical eigenvalue routines for NumPy
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Consider using science/py-scipy as this library is included in\
- py-scipy since 0.7 and onwards
-EXPIRATION_DATE=2019-05-14
-
-BUILD_DEPENDS+= ${PYNUMPY}
-RUN_DEPENDS+= ${PYNUMPY}
-
-USES= fortran python:2.7
-USE_PYTHON= distutils autoplist
-
-LDFLAGS+= -shared
-
-OPTIONS_DEFINE= ATLAS
-ATLAS_DESC= Use optimized blas library
-
-ATLAS_LIB_DEPENDS= libatlas.so:math/atlas
-ATLAS_LIB_DEPENDS_OFF= libblas.so:math/blas \
- liblapack.so:math/lapack
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MATLAS} && !exists(${LOCALBASE}/lib/libalapack.a)
-IGNORE= atlas needs to be built with WITH_STATIC for symeig to function properly
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/py-symeig/distinfo b/math/py-symeig/distinfo
deleted file mode 100644
index f343ccad1598..000000000000
--- a/math/py-symeig/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (symeig-1.5.tar.gz) = 60cea48bfce95cce463771883a638bfbf39a99e2ea0eb562572b5668c9117719
-SIZE (symeig-1.5.tar.gz) = 16180
diff --git a/math/py-symeig/pkg-descr b/math/py-symeig/pkg-descr
deleted file mode 100644
index 66285b38aedb..000000000000
--- a/math/py-symeig/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The symeig module contains a Python wrapper for the LAPACK functions to
-solve the standard and generalized eigenvalue problems for symmetric
-(hermitian) positive definite matrices. Those specialized algorithms give
-an important speed-up with respect to the generic LAPACK eigenvalue
-problem solver used by NumPy (linalg.eig and linalg.eigh).
-
-WWW: http://mdp-toolkit.sourceforge.net/symeig.html