diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-12 01:48:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-12 01:48:52 +0000 |
commit | 5d91d60f7f622587861ddf77208ccb626ec480be (patch) | |
tree | 1b19defac026b12148477bc7f529a2ccc168dac9 /sci-libs/camd | |
parent | fix missing include - 442660 (diff) | |
download | gentoo-2-5d91d60f7f622587861ddf77208ccb626ec480be.tar.gz gentoo-2-5d91d60f7f622587861ddf77208ccb626ec480be.tar.bz2 gentoo-2-5d91d60f7f622587861ddf77208ccb626ec480be.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/camd')
-rw-r--r-- | sci-libs/camd/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/camd/camd-2.3.1.ebuild | 29 | ||||
-rw-r--r-- | sci-libs/camd/metadata.xml | 10 |
3 files changed, 41 insertions, 6 deletions
diff --git a/sci-libs/camd/ChangeLog b/sci-libs/camd/ChangeLog index f7b31870d415..3f035529d1c8 100644 --- a/sci-libs/camd/ChangeLog +++ b/sci-libs/camd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/camd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.23 2012/10/15 21:30:14 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.24 2012/11/12 01:48:52 bicatali Exp $ + +*camd-2.3.1 (12 Nov 2012) + + 12 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> +camd-2.3.1.ebuild, + metadata.xml: + Version bump 15 Oct 2012; <naota@gentoo.org> camd-2.2.3.ebuild: Add ~x86-fbsd. diff --git a/sci-libs/camd/camd-2.3.1.ebuild b/sci-libs/camd/camd-2.3.1.ebuild new file mode 100644 index 000000000000..b64ed3cdc441 --- /dev/null +++ b/sci-libs/camd/camd-2.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.3.1.ebuild,v 1.1 2012/11/12 01:48:52 bicatali Exp $ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/camd/" +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="doc static-libs" + +RDEPEND="sci-libs/suitesparseconfig" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( virtual/latex-base )" + +src_configure() { + local myeconfargs=( + $(use_with doc) + ) + autotools-utils_src_configure +} diff --git a/sci-libs/camd/metadata.xml b/sci-libs/camd/metadata.xml index 6bba916b6b86..498a89363b69 100644 --- a/sci-libs/camd/metadata.xml +++ b/sci-libs/camd/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription lang="en"> - CAMD is a set of routines for ordering a sparse matrix prior to - Cholesky factorization (or for LU factorization with diagonal - pivoting). There are versions in both C and Fortran. +<herd>sci</herd> +<longdescription lang="en"> + Constrained Approximate Minimum Degree ordering is a set of routines + for ordering a sparse matrix prior to Cholesky factorization (or for + LU factorization with diagonal pivoting). </longdescription> </pkgmetadata> |