diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-02-05 18:49:21 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-02-05 18:49:21 +0000 |
commit | 254cc06eed83d505a333154d7f47208489a35e80 (patch) | |
tree | b05a817bb5c2820c2b87a8b18501908710025aae /sci-libs | |
parent | Initial import, part of the suitesparse (diff) | |
download | historical-254cc06eed83d505a333154d7f47208489a35e80.tar.gz historical-254cc06eed83d505a333154d7f47208489a35e80.tar.bz2 historical-254cc06eed83d505a333154d7f47208489a35e80.zip |
Initial import. Metapackage for several sparse matrix packages
Package-Manager: portage-2.1.4
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/suitesparse/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/suitesparse/metadata.xml | 27 | ||||
-rw-r--r-- | sci-libs/suitesparse/suitesparse-3.1.0.ebuild | 25 |
3 files changed, 62 insertions, 0 deletions
diff --git a/sci-libs/suitesparse/ChangeLog b/sci-libs/suitesparse/ChangeLog new file mode 100644 index 000000000000..d0962810705c --- /dev/null +++ b/sci-libs/suitesparse/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-libs/suitesparse +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/ChangeLog,v 1.1 2008/02/05 18:49:21 bicatali Exp $ + +*suitesparse-3.1.0 (05 Feb 2008) + + 05 Feb 2008; SĂ©bastien Fabbro <bicatali@gentoo.org> +metadata.xml, + +suitesparse-3.1.0.ebuild: + Initial import. Metapackage for several sparse matrix packages + diff --git a/sci-libs/suitesparse/metadata.xml b/sci-libs/suitesparse/metadata.xml new file mode 100644 index 000000000000..1042e68bb6fa --- /dev/null +++ b/sci-libs/suitesparse/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + SuiteSparse is a suite of sparse matrix libraries from University of + Florida Computer Science Department. Currently, this includes: + * AMD: symmetric approximate minimum degree + * BTF: permutation to block triangular form + * CAMD: symmetric approximate minimum degree + * CCOLAMD: constrained column approximate minimum degree + * COLAMD: column approximate minimum degree + * CHOLMOD: sparse supernodal Cholesky factorization and update/downdate + * CSparse: a concise sparse matrix package + * CXSparse: an extended version of CSparse + * KLU: sparse LU factorization, for circuit simulation + * LDL: a simple LDL^T factorization + * UMFPACK: sparse multifrontal LU factorization + * UFconfig: common configuration for all but CSparse + Gentoo package does not include the suitesparse MATLAB tools from + upstream, namely: + * RBio: MATLAB toolbox for reading/writing sparse matrices + * LINFACTOR: solve Ax=b using LU or CHOL + * MESHND: 2D and 3D mesh generation and nested dissection + * SSMULT: sparse matrix times sparse matrix +</longdescription> +</pkgmetadata> diff --git a/sci-libs/suitesparse/suitesparse-3.1.0.ebuild b/sci-libs/suitesparse/suitesparse-3.1.0.ebuild new file mode 100644 index 000000000000..4cf593d80b7b --- /dev/null +++ b/sci-libs/suitesparse/suitesparse-3.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild,v 1.1 2008/02/05 18:49:21 bicatali Exp $ + +DESCRIPTION="Meta package for a suite of sparse matrix tools" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SuiteSparse/" + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="" +RDEPEND=">=sci-libs/ufconfig-${PV} + >=sci-libs/amd-2.2.0 + >=sci-libs/btf-1.0.1 + >=sci-libs/camd-2.2.0 + >=sci-libs/ccolamd-2.7.1 + >=sci-libs/cholmod-1.6 + >=sci-libs/colamd-2.7.1 + >=sci-libs/csparse-2.2.1 + >=sci-libs/cxsparse-2.2.1 + >=sci-libs/klu-1.0.1 + >=sci-libs/ldl-2.0.1 + >=sci-libs/umfpack-5.2.0" |