From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QVlp6-0005Kg-5q for garchives@archives.gentoo.org; Sun, 12 Jun 2011 14:39:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD521C03C; Sun, 12 Jun 2011 14:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 07BF91C03C for ; Sun, 12 Jun 2011 14:39:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5D41B4010 for ; Sun, 12 Jun 2011 14:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9078A8003C for ; Sun, 12 Jun 2011 14:39:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/fortran-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4f8fb80e9d40d150abbe816bf90b2862ced0b6a Date: Sun, 12 Jun 2011 14:39:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9c22dbdc28408a72e54ec6daf51c759c commit: c4f8fb80e9d40d150abbe816bf90b2862ced0b6a Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 12 14:39:00 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jun 12 14:39:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc4f8fb80 Also export F90=3D$FC --- eclass/fortran-2.eclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index ec2c602..263ffb9 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -102,6 +102,7 @@ fortran-2_pkg_setup() { _have-valid-fortran || \ die "Please emerge the current gcc with USE=3Dfortran or export FC def= ining a working fortran compiler" export F77=3D"$(tc-getFC)" + export F90=3D"$(tc-getFC)" export F95=3D"$(tc-getFC)" if [[ ${FCOPENMP} =3D=3D 1 ]]; then _fortran-has-openmp || \