diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-07-13 05:05:56 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-07-13 05:05:56 +0000 |
commit | 83cc4661960402d280527df7ac1fbf1d0e773e70 (patch) | |
tree | a9ecc778147589a2a8e24c24c53388f84bdf0bbe /sci-libs/hdf5 | |
parent | updated fortran support and man page handling (diff) | |
download | gentoo-2-83cc4661960402d280527df7ac1fbf1d0e773e70.tar.gz gentoo-2-83cc4661960402d280527df7ac1fbf1d0e773e70.tar.bz2 gentoo-2-83cc4661960402d280527df7ac1fbf1d0e773e70.zip |
removed pgi fortran detection, as it was bogus
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.5-r1.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index e44ad33e86be..2b725d4bc7f8 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf5 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.16 2006/07/08 08:32:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.17 2006/07/13 05:05:56 nerdboy Exp $ + + 13 Jul 2006; Steve Arnold <nerdboy@gentoo.org> hdf5-1.6.5-r1.ebuild: + removed pgi fortran detection 08 Jul 2006; Markus Rothe <corsair@gentoo.org> hdf5-1.6.4.ebuild: Stable on ppc64 diff --git a/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild b/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild index 063494ee3610..b27d51522c10 100644 --- a/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.2 2006/06/28 07:29:31 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.3 2006/07/13 05:05:56 nerdboy Exp $ inherit fortran eutils toolchain-funcs @@ -41,11 +41,6 @@ pkg_setup() { FORTRAN="ifc" fortran_pkg_setup einfo "Configuring for Intel fortran..." - elif - test -f `which pgf90` ; then - FORTRAN="pgf90" - fortran_pkg_setup - einfo "Configuring for PGI fortran..." elif use f90 ; then einfo "Relying on H5Detect to configure Fortran compiler..." FORTRAN="" @@ -183,8 +178,8 @@ src_install() { pkg_postinst() { echo - einfo "Use the fortran flag for gfortran, ifc, or pgf90, and add the" - einfo "f90 flag to override the fortran flag if you have a different" + einfo "Use the fortran flag for gfortran or ifc, and add the f90" + einfo "flag to override the fortran flag if you have a different" einfo "f90 compiler installed (gfortran requires gcc 4.x). Note that" einfo "gfortran only works as mpif90 and is not detected properly by" einfo "configure without the mpi wrapper." |