diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-27 14:59:18 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-27 14:59:18 +0000 |
commit | d078f0d82aa02ab52b91ea4f70a278a5d5dc3a7e (patch) | |
tree | 128916e5ab1ccf97c66775e8930a644159280e9b /sci-libs/taucs/metadata.xml | |
parent | Stable for HPPA (bug #244594). (diff) | |
download | gentoo-2-d078f0d82aa02ab52b91ea4f70a278a5d5dc3a7e.tar.gz gentoo-2-d078f0d82aa02ab52b91ea4f70a278a5d5dc3a7e.tar.bz2 gentoo-2-d078f0d82aa02ab52b91ea4f70a278a5d5dc3a7e.zip |
Initial import
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-libs/taucs/metadata.xml')
-rw-r--r-- | sci-libs/taucs/metadata.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sci-libs/taucs/metadata.xml b/sci-libs/taucs/metadata.xml new file mode 100644 index 000000000000..0af4e8a50834 --- /dev/null +++ b/sci-libs/taucs/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<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> +<use> + <flag name='metis'>Add partioning support using metis + (<pkg>sci-libs/metis</pkg>, <pkg>sci-libs/parmetis</pkg>)</flag> + <flag name='cilk'>Enable multithreading using <pkg>dev-lang/cilk</pkg>)</flag> +</use> +</pkgmetadata> |