diff options
Diffstat (limited to 'sci-libs/hdf5/hdf5-1.8.6.ebuild')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.8.6.ebuild b/sci-libs/hdf5/hdf5-1.8.6.ebuild index 0a80c4ed6f11..e880225e1fa7 100644 --- a/sci-libs/hdf5/hdf5-1.8.6.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.6.ebuild @@ -1,10 +1,10 @@ # 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.6.ebuild,v 1.2 2011/06/08 15:12:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.6.ebuild,v 1.3 2011/06/21 09:50:43 jlec Exp $ EAPI=2 -inherit autotools eutils +inherit autotools eutils fortran-2 DESCRIPTION="General purpose library and file format for storing scientific data" HOMEPAGE="http://www.hdfgroup.org/HDF5/" @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} sys-process/time" pkg_setup() { + fortran-2_pkg_setup if use mpi; then if has_version 'sci-libs/hdf5[-mpi]'; then ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." |