Bug 210595 - [NEW PORT] math/py-pysparse: Fast sparse matrix library for Python
Summary: [NEW PORT] math/py-pysparse: Fast sparse matrix library for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: feature, patch
Depends on:
Blocks:
 
Reported: 2016-06-26 19:49 UTC by Yuri Victorovich
Modified: 2016-07-09 17:12 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (3.47 KB, text/plain)
2016-06-26 19:49 UTC, Yuri Victorovich
no flags Details
shar archive (3.56 KB, text/plain)
2016-06-26 19:53 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-06-26 19:49:13 UTC
GitHub version is more maintained than the standard python one here https://pypi.python.org/pypi/pysparse
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2016-06-26 19:49:37 UTC
Created attachment 171830 [details]
shar archive
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2016-06-26 19:53:16 UTC
Created attachment 171831 [details]
shar archive

Added explanation of USES=fortran
Comment 3 VK freebsd_triage 2016-07-09 13:42:24 UTC
Thanks, Yuri. Please confirm it passes QA (poudriere, portlint).
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2016-07-09 14:19:29 UTC
It passes poudriere on 10.3 amd64.
Everything I submit passes on 10.3 amd64.
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-07-09 17:12:22 UTC
A commit references this bug:

Author: jbeich
Date: Sat Jul  9 17:11:52 UTC 2016
New revision: 418286
URL: https://svnweb.freebsd.org/changeset/ports/418286

Log:
  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

Changes:
  head/math/Makefile
  head/math/py-pysparse/
  head/math/py-pysparse/Makefile
  head/math/py-pysparse/distinfo
  head/math/py-pysparse/files/
  head/math/py-pysparse/files/patch-setup.py
  head/math/py-pysparse/pkg-descr
Comment 6 Jan Beich freebsd_committer freebsd_triage 2016-07-09 17:12:37 UTC
Thanks. Landed.