./math/linpack, Library of linear algebra Fortran routines

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20010510nb3, Package name: linpack-20010510nb3, Maintainer: pkgsrc-users

LINPACK is a collection of Fortran subroutines that analyze and solve
linear equations and linear least-squares probles. The package solves
linear systems whose matrices are general, banded, symmetric
indefinite, symmetric positive definite, triangular, and tridiagonal
square. In addition, the package computes the QR and singular value
decompositions of rectangular matrices and applies them to
least-squares problems. LINPACK uses column-oriented algorithms to
increase efficiency by preserving locality of reference.

LINPACK was designed for supercomputers in use in the 1970s and early
1980s. LINPACK has been largely superceded by LAPACK which has been
designed to run efficiently on shared-memory, vector supercomputers.


Required to run:
[lang/g95] [math/blas]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 326.984 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2020-10-13 14:11:07 by Jason Bacon | Files touched by this commit (2)
Log message:
math/linpack, math/superlu: Convert to use new BLAS

Convert to use the new mk/blas.buildlink3.mk rather than a specific blas
package

These dependents were overlooked in the initial upgrade and rev bump because
they listed blas in DEPENDS rather than including the bl3.
   2019-11-02 17:16:23 by Roland Illig | Files touched by this commit (47)
Log message:
math: align variable assignments

pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
   2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219)
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
   2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180)
Log message:
"user-destdir" is default these days
   2010-07-30 12:36:34 by Aleksej Saushev | Files touched by this commit (51)
Log message:
"fortran" -> "fortran77" except where it is clear that it \ 
isn't F77.
"fortran" is alias of "fortran77" for now, but it will \ 
change later.
   2009-12-11 02:34:39 by Aleksej Saushev | Files touched by this commit (3)
Log message:
Support staged installation.