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 1QVmIk-0008So-2Z for garchives@archives.gentoo.org; Sun, 12 Jun 2011 15:10:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEEBE1C11A; Sun, 12 Jun 2011 15:09:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92D401C118 for ; Sun, 12 Jun 2011 15:09:36 +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 E05621B4038 for ; Sun, 12 Jun 2011 15:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2AAED8003C for ; Sun, 12 Jun 2011 15:09:34 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <986190fca4b71372f859e3e4f64279ec302c58fa.xarthisius@gentoo> 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: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 986190fca4b71372f859e3e4f64279ec302c58fa Date: Sun, 12 Jun 2011 15:09:34 +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: 6683aa7136258ec5e38f7c70dea4489d commit: 986190fca4b71372f859e3e4f64279ec302c58fa Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Sun Jun 12 15:09:27 2011 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Sun Jun 12 15:09:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D986190fc [fortran-2.eclass] FCOPENMP -> FC_NEED_OPENMP --- eclass/fortran-2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index de09679..339fe56 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -106,7 +106,7 @@ fortran-2_pkg_setup() { export F77=3D"$(tc-getFC)" export F90=3D"$(tc-getFC)" export F95=3D"$(tc-getFC)" - if [[ ${FCOPENMP} =3D=3D 1 ]]; then + if [[ ${FC_NEED_OPENMP} =3D=3D 1 ]]; then _fortran-has-openmp || \ die "Please emerge current gcc with USE=3Dopenmp or export FC with com= piler that supports OpenMP" fi