Files
gentoo/sci-libs/taucs/metadata.xml
NHOrus cc8a349543 sci-libs/taucs: add 2.2.1, port to C23, fix musl build.
Fixes problem with breaking handwritten makefile and config generator
that uses mkdir to test for OS (Windows/Linux)
Also fixes other build problems with GCC-15
Correcting ebuild to work on musl system was unpleasant and it looks
ugly. Such is life with horrible, hand-written makefile generator

Closes: https://bugs.gentoo.org/886467
Closes: https://bugs.gentoo.org/898294
Closes: https://bugs.gentoo.org/832812
Closes: https://bugs.gentoo.org/898296
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40691
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-24 21:25:02 +00:00

32 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
TAUCS is a C library of sparse linear solvers.
The current version of the library (1.0) includes the following
functionality:
* Multifrontal Supernodal Cholesky Factorization.
* Left-Looking Supernodal Cholesky Factorization.
* Drop-Tolerance Incomplete-Cholesky Factorization.
* Out-of-Core, Left-Looking Supernodal Sparse Cholesky Factorization.
* Out-of-Core Sparse LU with Partial Pivoting Factor and Solve.
* Ordering Codes and Interfaces to Existing Ordering Codes.
* Multilevel-Support-Graph Preconditioners.
* Matrix Operations.
* Matrix Input/Output.
* Matrix Generators.
* Iterative Solvers.
* Vaidya's Preconditioners.
* Recursive Vaidya's Preconditioners.
* Multilevel-Support-Graph Preconditioners.
* Utility Routines
</longdescription>
<upstream>
<remote-id type="github">sivantoledo/taucs</remote-id>
</upstream>
</pkgmetadata>