diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-11 16:08:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-11 16:08:30 +0000 |
commit | 95b4cfa8c1df077411ba20dd210915dc71ecc126 (patch) | |
tree | 77740c790570b2683f76413a20c91e32b9f7acdf /sci-libs/cholmod | |
parent | x86 stable, bug #221309 (diff) | |
download | gentoo-2-95b4cfa8c1df077411ba20dd210915dc71ecc126.tar.gz gentoo-2-95b4cfa8c1df077411ba20dd210915dc71ecc126.tar.bz2 gentoo-2-95b4cfa8c1df077411ba20dd210915dc71ecc126.zip |
Added ppc64; bug #219458
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-1.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index b1eb32f715a9..10ee587e3b1a 100644 --- a/sci-libs/cholmod/ChangeLog +++ b/sci-libs/cholmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.7 2008/05/05 02:48:00 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.8 2008/05/11 16:08:30 corsair Exp $ + + 11 May 2008; Markus Rothe <corsair@gentoo.org> cholmod-1.6.0-r1.ebuild: + Added ppc64; bug #219458 05 May 2008; Justin Bronder <jsbronder@gentoo.org> files/cholmod-1.6.0-autotools.patch: diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild index 354603e4071f..e1d56ca78f18 100644 --- a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild +++ b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.4 2008/04/28 19:25:42 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.5 2008/05/11 16:08:30 corsair Exp $ inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" IUSE="doc metis minimal supernodal" RDEPEND="supernodal? ( virtual/lapack ) |