diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-16 14:29:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-16 14:29:57 +0000 |
commit | 83f077c3241043c9cc77c84a6b01c634adfe0439 (patch) | |
tree | 86c8c543a857a2bac1cdba6aec54c0ee43fe37d1 /sci-libs/cgcode | |
parent | Removal of fortran.eclass, #348851 (diff) | |
download | gentoo-2-83f077c3241043c9cc77c84a6b01c634adfe0439.tar.gz gentoo-2-83f077c3241043c9cc77c84a6b01c634adfe0439.tar.bz2 gentoo-2-83f077c3241043c9cc77c84a6b01c634adfe0439.zip |
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cgcode')
-rw-r--r-- | sci-libs/cgcode/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cgcode/cgcode-1.0.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sci-libs/cgcode/ChangeLog b/sci-libs/cgcode/ChangeLog index 7997898bb9c3..585fca17e2bd 100644 --- a/sci-libs/cgcode/ChangeLog +++ b/sci-libs/cgcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cgcode # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.2 2010/11/10 14:16:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.3 2010/12/16 14:29:57 jlec Exp $ + + 16 Dec 2010; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild: + Removal of fortran.eclass, #348851 10 Nov 2010; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild: Keyworded for ~-linux prefix diff --git a/sci-libs/cgcode/cgcode-1.0.ebuild b/sci-libs/cgcode/cgcode-1.0.ebuild index 6e39ed7ea937..df42a7418186 100644 --- a/sci-libs/cgcode/cgcode-1.0.ebuild +++ b/sci-libs/cgcode/cgcode-1.0.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0.ebuild,v 1.2 2010/11/10 14:16:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0.ebuild,v 1.3 2010/12/16 14:29:57 jlec Exp $ EAPI="3" -inherit eutils fortran - -FORTRNC="ifort gfortran" +inherit eutils toolchain-funcs DESCRIPTION="Conjugate gradient Codes for large sparse linear systems" HOMEPAGE="http://fetk.org/codes/cgcode/index.html" @@ -26,7 +24,7 @@ src_prepare() { epatch "${FILESDIR}"/${PV}-gentoo.patch cat >> make.inc <<- EOF - F77 = ${FORTRANC} + F77 = $(tc-getFC) FFLAGS = ${FFLAGS} BLASLIBS = $(pkg-config --libs blas) EOF |