From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A5311381F3 for ; Tue, 6 Nov 2012 19:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F9B0E05CB; Tue, 6 Nov 2012 19:56:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5EF9AE05AF for ; Tue, 6 Nov 2012 19:56:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D8CA33DA31 for ; Tue, 6 Nov 2012 19:56:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2271) id 3BD82215F3; Tue, 6 Nov 2012 19:56:41 +0000 (UTC) From: "Kacper Kowalik (xarthisius)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xarthisius@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: hdf5-1.8.10.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hdf5-1.8.10.ebuild ChangeLog X-VCS-Directories: sci-libs/hdf5 X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121106195641.3BD82215F3@flycatcher.gentoo.org> Date: Tue, 6 Nov 2012 19:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4da04dcf-1d74-4fce-ae60-37b59322f14c X-Archives-Hash: 693d1b884e08cf437c7886f5c4baef07 xarthisius 12/11/06 19:56:41 Modified: ChangeLog Added: hdf5-1.8.10.ebuild Log: Version bump (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9) Revision Changes Path 1.98 sci-libs/hdf5/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.98&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.98&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.97&r2=1.98 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- ChangeLog 4 Nov 2012 14:09:16 -0000 1.97 +++ ChangeLog 6 Nov 2012 19:56:41 -0000 1.98 @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.97 2012/11/04 14:09:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.98 2012/11/06 19:56:41 xarthisius Exp $ + +*hdf5-1.8.10 (06 Nov 2012) + + 06 Nov 2012; Kacper Kowalik + +files/hdf5-1.8.10-buildsystem.patch, +files/hdf5-1.8.10-implicits.patch, + +hdf5-1.8.10.ebuild: + Version bump 04 Nov 2012; Agostino Sarubbo hdf5-1.8.9-r2.ebuild: Stable for amd64, wrt bug #440682 1.1 sci-libs/hdf5/hdf5-1.8.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?rev=1.1&content-type=text/plain Index: hdf5-1.8.10.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.1 2012/11/06 19:56:41 xarthisius Exp $ EAPI=4 FORTRAN_NEEDED=fortran inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs multilib 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/releases/${P}/src/${P}.tar.bz2" LICENSE="NCSA-HDF" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib" REQUIRED_USE=" cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran ) fortran2003? ( fortran )" RDEPEND=" mpi? ( virtual/mpi[romio] ) szip? ( >=sci-libs/szip-2.1 ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} sys-devel/libtool:2" pkg_setup() { tc-export CXX CC # workaround for bug 285148 if use fortran; then use fortran2003 && FORTRAN_STANDARD=2003 fortran-2_pkg_setup fi 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." ewarn "Try to uninstall the current hdf5 prior to enabling mpi support." 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." fi } src_prepare() { epatch "${FILESDIR}"/${P}-buildsystem.patch \ "${FILESDIR}"/${PN}-1.8.8-array_bounds.patch \ "${FILESDIR}"/${P}-implicits.patch \ "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch \ "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch # respect gentoo examples directory sed \ -e "s:hdf5_examples:doc/${PF}/examples:g" \ -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || die sed \ -e '/docdir/d' \ -i config/commence.am || die if ! use examples; then sed -e '/^install:/ s/install-examples//' \ -i Makefile.am || die #409091 fi eautoreconf # enable shared libs by default for h5cc config utility sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die # bug #419677 use prefix && \ append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir) \ -Wl,-rpath,"${EPREFIX}"/$(get_libdir) } src_configure() { econf \ --enable-production \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --enable-deprecated-symbols \ --enable-shared \ --disable-silent-rules \ $(use_enable prefix sharedlib-rpath) \ $(use_enable static-libs static) \ $(use_enable debug debug all) \ $(use_enable debug codestack) \ $(use_enable cxx) \ $(use_enable fortran) \ $(use_enable fortran2003) \ $(use_enable mpi parallel) \ $(use_enable threads threadsafe) \ $(use_with szip szlib) \ $(use_with threads pthread) \ $(use_with zlib) \ ${myconf} } src_install() { default use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + }