summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-01-20 05:51:11 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-01-20 05:51:11 +0000
commit3fdb1716a8042d30c1badeb6fcb31401460372f5 (patch)
treeb6f3a1700c84d573d2c9007173b78bb60411aee7 /sci-libs/amd
parentVersion bump (diff)
downloadgentoo-2-3fdb1716a8042d30c1badeb6fcb31401460372f5.tar.gz
gentoo-2-3fdb1716a8042d30c1badeb6fcb31401460372f5.tar.bz2
gentoo-2-3fdb1716a8042d30c1badeb6fcb31401460372f5.zip
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r--sci-libs/amd/ChangeLog9
-rw-r--r--sci-libs/amd/amd-2.2.3.ebuild33
2 files changed, 40 insertions, 2 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog
index 567680a7f6bc..06fd6180f2db 100644
--- a/sci-libs/amd/ChangeLog
+++ b/sci-libs/amd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/amd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.28 2011/06/21 15:43:02 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.29 2012/01/20 05:51:11 bicatali Exp $
+
+*amd-2.2.3 (20 Jan 2012)
+
+ 20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> +amd-2.2.3.ebuild:
+ Version bump
21 Jun 2011; Justin Lecher <jlec@gentoo.org> amd-2.2.0.ebuild,
amd-2.2.1.ebuild, amd-2.2.2.ebuild:
diff --git a/sci-libs/amd/amd-2.2.3.ebuild b/sci-libs/amd/amd-2.2.3.ebuild
new file mode 100644
index 000000000000..5b48523b48cb
--- /dev/null
+++ b/sci-libs/amd/amd-2.2.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v 1.1 2012/01/20 05:51:11 bicatali Exp $
+
+EAPI=4
+
+AUTOTOOLS_AUTORECONF=yes
+inherit autotools-utils fortran-2
+
+MY_PN=AMD
+
+DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd"
+SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="doc static-libs"
+
+RDEPEND="virtual/fortran
+ sci-libs/ufconfig"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.2.0-autotools.patch )
+DOCS=( README.txt Doc/ChangeLog )
+
+src_install() {
+ autotools-utils_src_install
+ use doc && doins Doc/AMD_UserGuide.pdf
+}