summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-05-13 20:01:44 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-05-13 20:01:44 +0000
commit3f36f8f6a525333d688b5dce80ce42d6dd976744 (patch)
treeda241e02ba64b38aea8f4a8ef2d1fd7a974481f5 /sci-libs/hdf5
parentUnmask Python 3.2. (diff)
downloadgentoo-2-3f36f8f6a525333d688b5dce80ce42d6dd976744.tar.gz
gentoo-2-3f36f8f6a525333d688b5dce80ce42d6dd976744.tar.bz2
gentoo-2-3f36f8f6a525333d688b5dce80ce42d6dd976744.zip
Version bump. Exporting mpi wrappers is no longer necessary as hdf5 defaults to them if --enable-parallel is set. Drop old.
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r--sci-libs/hdf5/ChangeLog9
-rw-r--r--sci-libs/hdf5/hdf5-1.8.7.ebuild (renamed from sci-libs/hdf5/hdf5-1.8.5_p1-r1.ebuild)15
2 files changed, 12 insertions, 12 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog
index 1b6e7e788c70..9ad632fe29d9 100644
--- a/sci-libs/hdf5/ChangeLog
+++ b/sci-libs/hdf5/ChangeLog
@@ -1,6 +1,13 @@
# 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.65 2011/02/19 09:34:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.66 2011/05/13 20:01:44 xarthisius Exp $
+
+*hdf5-1.8.7 (13 May 2011)
+
+ 13 May 2011; Kacper Kowalik <xarthisius@gentoo.org> -hdf5-1.8.5_p1-r1.ebuild,
+ +hdf5-1.8.7.ebuild:
+ Version bump. Exporting mpi wrappers is no longer necessary as hdf5 defaults
+ to them if --enable-parallel is set. Drop old.
*hdf5-1.8.6 (19 Feb 2011)
diff --git a/sci-libs/hdf5/hdf5-1.8.5_p1-r1.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild
index f7b5a7fd79df..d803c507f0fe 100644
--- a/sci-libs/hdf5/hdf5-1.8.5_p1-r1.ebuild
+++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.5_p1-r1.ebuild,v 1.1 2010/11/05 17:29:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.1 2011/05/13 20:01:44 xarthisius Exp $
EAPI=2
-MY_P=${P/_p/-patch}
-
inherit autotools eutils
DESCRIPTION="General purpose library and file format for storing scientific data"
HOMEPAGE="http://www.hdfgroup.org/HDF5/"
-SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${MY_P}.tar.bz2"
+SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${P}.tar.bz2"
LICENSE="NCSA-HDF"
SLOT="0"
@@ -26,8 +24,6 @@ DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
sys-process/time"
-S=${WORKDIR}/${MY_P}
-
pkg_setup() {
if use mpi; then
if has_version 'sci-libs/hdf5[-mpi]'; then
@@ -38,10 +34,6 @@ pkg_setup() {
ewarn "Simultaneous mpi and cxx is not supported by ${PN}"
ewarn "Will disable cxx interface"
fi
- export CC=mpicc
- if use fortran; then
- export FC=mpif90
- fi
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."
@@ -91,6 +83,7 @@ src_configure() {
--docdir=/usr/share/doc/${PF} \
--enable-deprecated-symbols \
--enable-shared \
+ --disable-silent-rules \
$(use_enable debug debug all) \
$(use_enable fortran) \
$(use_enable mpi parallel) \