diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:11:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:11:07 +0000 |
commit | b90ccada6de59e49c0c5d6822a942a95562d2a62 (patch) | |
tree | e2036f445f65e7ddfd26b48b2d049c58aecffb32 /sci-libs/amd/amd-2.2.0.ebuild | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-b90ccada6de59e49c0c5d6822a942a95562d2a62.tar.gz gentoo-2-b90ccada6de59e49c0c5d6822a942a95562d2a62.tar.bz2 gentoo-2-b90ccada6de59e49c0c5d6822a942a95562d2a62.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd/amd-2.2.0.ebuild')
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index 694b758c4007..84fb68b7d6c4 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.20 2010/12/22 18:18:12 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.21 2011/06/21 08:11:07 jlec Exp $ -inherit autotools eutils toolchain-funcs +inherit autotools eutils fortran-2 toolchain-funcs MY_PN=AMD DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" |