diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-07 12:06:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-07 12:06:54 +0000 |
commit | 5082253129c8e5931bdfbd6a55dad39eab256ed2 (patch) | |
tree | 82de9e9202596c4928937af32dc78b9b78176de6 /eclass/fortran-2.eclass | |
parent | Mask mail-client/pine for removal (diff) | |
download | gentoo-2-5082253129c8e5931bdfbd6a55dad39eab256ed2.tar.gz gentoo-2-5082253129c8e5931bdfbd6a55dad39eab256ed2.tar.bz2 gentoo-2-5082253129c8e5931bdfbd6a55dad39eab256ed2.zip |
Give some information on selected fortran compilers
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index d6ae14272c26..c9ac1b359f86 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.6 2012/09/27 16:35:41 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.7 2012/10/07 12:06:54 jlec Exp $ # @ECLASS: fortran-2.eclass # @MAINTAINER: @@ -146,6 +146,9 @@ fortran-2_pkg_setup() { die "Please install current gcc with USE=openmp or set the FC variable to a compiler that supports OpenMP" fi tc-export F77 FC + einfo "Using following Fortran compiler" + einfo " F77: ${F77}" + einfo " FC: ${FC}" } case ${EAPI:-0} in |