summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-11-12 01:51:47 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-11-12 01:51:47 +0000
commitf370b79c43654d35d6a465d889b8f57b1099e040 (patch)
treedcfa065006c34428217de1eae7d27af9b849088a /sci-libs/colamd
parentVersion bump (diff)
downloadgentoo-2-f370b79c43654d35d6a465d889b8f57b1099e040.tar.gz
gentoo-2-f370b79c43654d35d6a465d889b8f57b1099e040.tar.bz2
gentoo-2-f370b79c43654d35d6a465d889b8f57b1099e040.zip
Version bump
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/colamd')
-rw-r--r--sci-libs/colamd/ChangeLog8
-rw-r--r--sci-libs/colamd/colamd-2.8.0.ebuild21
-rw-r--r--sci-libs/colamd/metadata.xml10
3 files changed, 32 insertions, 7 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog
index cf4ba771759b..59931fc747d0 100644
--- a/sci-libs/colamd/ChangeLog
+++ b/sci-libs/colamd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/colamd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.30 2012/10/15 22:24:55 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.31 2012/11/12 01:51:47 bicatali Exp $
+
+*colamd-2.8.0 (12 Nov 2012)
+
+ 12 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> +colamd-2.8.0.ebuild,
+ metadata.xml:
+ Version bump
15 Oct 2012; <naota@gentoo.org> colamd-2.7.4.ebuild:
Add ~x86-fbsd.
diff --git a/sci-libs/colamd/colamd-2.8.0.ebuild b/sci-libs/colamd/colamd-2.8.0.ebuild
new file mode 100644
index 000000000000..3bf8148a67f6
--- /dev/null
+++ b/sci-libs/colamd/colamd-2.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.8.0.ebuild,v 1.1 2012/11/12 01:51:47 bicatali Exp $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="Column approximate minimum degree ordering algorithm"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
+SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="static-libs"
+
+RDEPEND="sci-libs/suitesparseconfig"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
diff --git a/sci-libs/colamd/metadata.xml b/sci-libs/colamd/metadata.xml
index d4633b91e119..d28e5e0a94d9 100644
--- a/sci-libs/colamd/metadata.xml
+++ b/sci-libs/colamd/metadata.xml
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <longdescription lang="en">
- The COLAMD column approximate minimum degree ordering algorithm
+<herd>sci</herd>
+<longdescription lang="en">
+ The COLumn Approximate Minimum Degree ordering algorithm
computes a permutation vector P such that the LU factorization of A
(:,P) tends to be sparser than that of A. The Cholesky factorization
of (A (:,P))\'*(A (:,P)) will also tend to be sparser than that of
A\'*A. SYMAMD is a symmetric minimum degree ordering method based on
COLAMD, available as a MATLAB-callable function. It constructs a
matrix M such that M\'*M has the same pattern as A, and then uses
- COLAMD to compute a column ordering of M. Colamd and symamd tend to be
- faster and generate better orderings than their MATLAB counterparts,
- colmmd and symmmd.
+ COLAMD to compute a column ordering of M.
</longdescription>
</pkgmetadata>