Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
SuperLU - Subroutines to solve sparse linear systems
- Description:
SuperLU contains a set of subroutines to solve a sparse linear system
A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
The columns of A may be preordered before factorization; the
preordering for sparsity is completely separate from the factorization.
Packages
SuperLU-4.3-8.el7.ppc64
[172 KiB] |
Changelog
by Björn Esser (2014-01-06):
- fixed FTBFS if "-Werror=format-security" flag is used (#1037343)
- devel-pkg must Requires: %{name}%{?_isa}
- apply proper LDFLAGS
- added needed bits for el5
- reenable testsuite using Patch3
|