aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-07-10 01:11:52 +0800
committerjbeich <jbeich@FreeBSD.org>2016-07-10 01:11:52 +0800
commita6829aa73ebb935418d1e1d5fc67c568b77d7ae2 (patch)
treeba2b29deafcc8c1115a2fbe6d2bcde4e36e8eac3 /math/Makefile
parent1747685a86494fea3d19bacc59a5ac76ea491200 (diff)
downloadfreebsd-ports-gnome-a6829aa73ebb935418d1e1d5fc67c568b77d7ae2.tar.gz
freebsd-ports-gnome-a6829aa73ebb935418d1e1d5fc67c568b77d7ae2.tar.zst
freebsd-ports-gnome-a6829aa73ebb935418d1e1d5fc67c568b77d7ae2.zip
math/py-pysparse: add new port
PR: 210595 Submitted by: yuri@rawbw.com PySparse extends the Python interpreter by a set of sparse matrix types holding double precision values. PySparse also includes modules that implement: - iterative methods for solving linear systems of equations - a set of standard preconditioners - an interface to a direct solver for sparse linear systems of equations (SuperLU) - a Jacobi-Davidson eigenvalue solver for the symmetric, generalised matrix eigenvalue problem (JDSYM) https://github.com/PythonOptimizers/pysparse
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index ba17796c97d3..14fc753fe2e1 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -620,6 +620,7 @@
SUBDIR += py-pyfst
SUBDIR += py-pyhull
SUBDIR += py-pymc
+ SUBDIR += py-pysparse
SUBDIR += py-pyvtk
SUBDIR += py-roman
SUBDIR += py-scientific