diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-20 06:03:25 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-20 06:03:25 +0000 |
commit | e61cc8d9d51ef3e5641444b940bac7a2c0dc3112 (patch) | |
tree | 7b64ca00fe58750cb7191ef585eb4f4fed5599d2 /sci-libs | |
parent | Version bump (diff) | |
download | gentoo-2-e61cc8d9d51ef3e5641444b940bac7a2c0dc3112.tar.gz gentoo-2-e61cc8d9d51ef3e5641444b940bac7a2c0dc3112.tar.bz2 gentoo-2-e61cc8d9d51ef3e5641444b940bac7a2c0dc3112.zip |
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ccolamd/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.7.4.ebuild | 27 | ||||
-rw-r--r-- | sci-libs/ccolamd/files/ccolamd-2.7.1-autotools.patch | 2 |
3 files changed, 35 insertions, 2 deletions
diff --git a/sci-libs/ccolamd/ChangeLog b/sci-libs/ccolamd/ChangeLog index 18a6cc7ef6ef..6ca3427fc2b2 100644 --- a/sci-libs/ccolamd/ChangeLog +++ b/sci-libs/ccolamd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/ccolamd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.23 2012/01/19 15:55:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.24 2012/01/20 06:03:25 bicatali Exp $ + +*ccolamd-2.7.4 (20 Jan 2012) + + 20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> + files/ccolamd-2.7.1-autotools.patch, +ccolamd-2.7.4.ebuild: + Version bump 19 Jan 2012; Justin Lecher <jlec@gentoo.org> files/ccolamd-2.7.1-autotools.patch, ccolamd-2.7.3.ebuild: diff --git a/sci-libs/ccolamd/ccolamd-2.7.4.ebuild b/sci-libs/ccolamd/ccolamd-2.7.4.ebuild new file mode 100644 index 000000000000..80bd30f2b995 --- /dev/null +++ b/sci-libs/ccolamd/ccolamd-2.7.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.4.ebuild,v 1.1 2012/01/20 06:03:25 bicatali Exp $ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=yes +inherit autotools-utils + +MY_PN=CCOLAMD + +DESCRIPTION="Constrained column approximate minimum degree ordering algorithm" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/" +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="static-libs" + +DEPEND="sci-libs/ufconfig" +RDEPEND="${DEPEND}" + +DOCS=( README.txt Doc/ChangeLog ) +PATCHES=( "${FILESDIR}"/${PN}-2.7.1-autotools.patch ) + +S="${WORKDIR}/${MY_PN}" diff --git a/sci-libs/ccolamd/files/ccolamd-2.7.1-autotools.patch b/sci-libs/ccolamd/files/ccolamd-2.7.1-autotools.patch index baf3a48240fe..8386325da742 100644 --- a/sci-libs/ccolamd/files/ccolamd-2.7.1-autotools.patch +++ b/sci-libs/ccolamd/files/ccolamd-2.7.1-autotools.patch @@ -50,7 +50,7 @@ + @for i in $(check_PROGRAMS); do \ + echo "Testing $$i"; \ + ./$$i > my_$$i.out; \ -+ if ! diff $$i.out my_$$i.out; then \ ++ if ! diff $(srcdir)/$$i.out my_$$i.out; then \ + echo "Test $$i failed!"; \ + exit 1; \ + fi \ |