diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-08 11:24:29 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-08 11:24:29 +0000 |
commit | 57ea1c1a751496cb9ed9f04f28151b5521dd2577 (patch) | |
tree | 6f76afa88fca31f368bc5b06a23e86658f89a81d /sci-libs/hdf5 | |
parent | Bump to 2.7 (diff) | |
download | gentoo-2-57ea1c1a751496cb9ed9f04f28151b5521dd2577.tar.gz gentoo-2-57ea1c1a751496cb9ed9f04f28151b5521dd2577.tar.bz2 gentoo-2-57ea1c1a751496cb9ed9f04f28151b5521dd2577.zip |
Export mpi wrappers again due to clash with fortran-2.eclass. Fixes bug 374431 by Ruggero Morsucci <mors_1tflops@yahoo.it>
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.7.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 574f9a5e5e01..1c07588d8489 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.72 2011/07/06 15:00:48 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.73 2011/07/08 11:24:29 xarthisius Exp $ + + 08 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> hdf5-1.8.7.ebuild: + Export mpi wrappers again due to clash with fortran-2.eclass. Fixes bug + 374431 by Ruggero Morsucci <mors_1tflops@yahoo.it> 06 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> hdf5-1.8.4-r1.ebuild, hdf5-1.8.6.ebuild, hdf5-1.8.7.ebuild: diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild index ab77c75ee769..6a425cba2b26 100644 --- a/sci-libs/hdf5/hdf5-1.8.7.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.7 2011/07/06 15:00:48 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.8 2011/07/08 11:24:29 xarthisius Exp $ EAPI=4 @@ -36,6 +36,8 @@ pkg_setup() { ewarn "Simultaneous mpi and cxx is not supported by ${PN}" ewarn "Will disable cxx interface" fi + export CC=mpicc + use fortran && export FC=mpif90 elif has_version 'sci-libs/hdf5[mpi]'; then ewarn "Installing hdf5 with mpi disabled while having hdf5 installed with mpi enabled may fail." ewarn "Try to uninstall the current hdf5 prior to disabling mpi support." |