Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/py-sparce,
Sparse linear algebra extension for Python
Branch: CURRENT,
Version: 1.1,
Package name: py27-sparse-1.1,
Maintainer: jihbed.researchThis provides a set of sparse matrix types for Python, with modules which
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
- The JDSYM eigensolver
Required to run:[
math/py-Numeric] [
lang/gcc7] [
math/py-numpy16]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 55e935e6b9c089e3740bd11494ed6bf451e56c84
RMD160: 81bccdde11c072565808eeade5995d03dd8a7010
Filesize: 891.054 KB
Version history: (Expand)
- (2021-01-16) Package deleted from pkgsrc
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
CVS history: (Expand)
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2012-11-12 17:26:41 by othyro | Files touched by this commit (56) |
Log message:
MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 2/4. Let me know if this
breaks anything. Minor formatting and HOMEPAGE fixes in some files.
|
2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-08-01 16:57:08 by Aleksej Saushev | Files touched by this commit (36) |
Log message:
Assume anything that wants Fortran for now actually wants Fortran-77.
|
2010-05-12 18:23:11 by Kamel Derouiche | Files touched by this commit (1) | |
Log message:
update maintainer
|
2010-05-10 23:17:02 by Kamel Derouiche | Files touched by this commit (5) | |
Log message:
Import py26-sparse-1.1 as wip/py-sparce.
This provides a set of sparse matrix types for Python, with modules which
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
- The JDSYM eigensolver
|