Summary
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.
Versions
v5.3.0 :: 0/5 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 arm arm64 ppc64 ~alpha ~amd64-linux ~hppa ~loong ~ppc ~riscv ~sparc ~x86 ~x86-linux
- USE flags
- doc examples test
v4.3-r3 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~alpha ~amd64 ~amd64-linux ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-linux
- USE flags
- doc examples test
v4.3-r2 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 ppc64 ~alpha ~amd64-linux ~arm ~hppa ~ppc ~x86 ~x86-linux
- USE flags
- doc examples test
USE flags
General
Dependencies
Runtime Dependencies
Depending packages
dev-cpp / eigen : C++ template library for linear algebra
media-gfx / opentoonz : An open-source full-featured 2D animation creation software
sci-libs / armadillo : Streamlined C++ linear algebra library
sci-libs / hypre : Parallel matrix preconditioners library
sci-libs / mc : 2D/3D AFEM code for nonlinear geometric PDE
sci-libs / punc : Portable Understructure for Numerical Computing
sci-libs / trilinos : Scientific library collection for large scale problems
sci-mathematics / petsc : Portable, Extensible Toolkit for Scientific Computation
Bugs
- 849932
- sci-libs/superlu-4.3-r3 installs libtool files (.la) without corresponding static libraries
- 926310
- sci-libs/superlu-4.3-r3 fails to compile: sp_ienv.c:75:5: error: call to undeclared function xerbla_; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/superlu: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/superlu: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sci-libs/superlu: keyword 5.3.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: fix Manifest (fix 4.3 ebuild distfile)
The 4.3 tarball (which got replaced upstream) was actually, seemingly, partly version 4.1 instead? Mirror the "bad" (nothing malicious, just mislabelled version) copy to my devspace at dev.gentoo.org and keep using it in 4.3-r2, and add a fixed 4.3-r3 using the fixed 4.3 upstream version. Closes: https://bugs.gentoo.org/862597 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-libs/superlu: drop 5.2.2
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Sam James · gentoo
sci-libs/superlu: Stabilize 5.3.0 arm, #822606
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/superlu: Stabilize 5.3.0 arm64, #822606
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/superlu: Stabilize 5.3.0 ppc, #822606
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/superlu: Stabilize 5.3.0 ppc64, #822606
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/superlu: Stabilize 5.3.0 x86, #822606
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-libs/superlu: Stabilize 5.3.0 amd64, #822606
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: Stabilize 5.2.2 arm64, #813567
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
sci-libs/superlu: update HOMEPAGE
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-libs/superlu: Fix dodoc command
Closes: https://bugs.gentoo.org/773613 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
sci-libs/superlu: add 5.3.0
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: Stabilize 5.2.2 arm, #813567
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
sci-libs/superlu: keyword 5.2.2 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: add missing multilib inherit for get_libname
Found using: `grep -rsn -L -e "inherit.*multilib.*" | xargs grep "get_libname"` Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: fix ignored myeconfargs
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/superlu: convert to EAPI 7 in 4.x
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/superlu: revert "cleanup old (inc. EAPI 5)"
This reverts commit e270eb425de48158c086367aa66f28b6b636b506. sci-libs/mc needs <sci-libs/superlu-5. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: cleanup old (inc. EAPI 5)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: Stabilize 5.2.2 x86, #762127
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sci-libs/superlu: stable 5.2.2 for ppc64
stable wrt bug #762127 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sci-libs/superlu: stable 5.2.2 for ppc
stable wrt bug #762127 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: Stabilize 5.2.2 amd64, #762127
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/superlu: bump to 5.2.2
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-libs/superlu: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
sci-libs/superlu: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sci-libs/superlu: x86 stable (bug #657244)
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sci-libs/superlu: amd64 stable wrt bug #657244
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sci-libs/superlu: stable 5.2.1-r1 for ppc64, bug #657244
Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" - Sergei Trofimovich · gentoo
sci-libs/superlu: keyworded 5.2.1-r1 for sparc, bug #575366 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - David Seifert · gentoo
sci-libs/superlu: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - David Hicks · gentoo
sci-libs/superlu: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Alexis Ballier · gentoo
sci-libs/superlu: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Sergei Trofimovich · gentoo
sci-libs/superlu: ia64 keyworded, bug #575366
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Jeroen Roovers · gentoo
sci-libs/superlu: Mark ~hppa (bug #575366).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Sébastien Fabbro · gentoo
sci-libs/superlu: change headers installation directories for backwards compat (and other distros) Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603456
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sébastien Fabbro · gentoo
sci-libs/superlu: version bump with patches - upstream move to cmake - added patch to remove implicit declarations - added patch to install a pkg-config file
Package-Manager: portage-2.3.3 - Tobias Klausmann · gentoo
sci-libs/superlu-4.3-r1: add ~alpha keyword
Gentoo-Bug: 575366 Package-Manager: portage-2.3.0_rc1 - Markus Meier · gentoo
sci-libs/superlu: add ~arm, bug #555896
Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed