bicatali 14/04/29 23:29:13 Modified: netcdf-4.3.2.ebuild ChangeLog Log: FDisable doc generation because of missing doxygen files, bug #509052 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.2 sci-libs/netcdf/netcdf-4.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?r1=1.1&r2=1.2 Index: netcdf-4.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- netcdf-4.3.2.ebuild 28 Apr 2014 22:46:11 -0000 1.1 +++ netcdf-4.3.2.ebuild 29 Apr 2014 23:29:13 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v 1.1 2014/04/28 22:46:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v 1.2 2014/04/29 23:29:13 bicatali Exp $ EAPI=5 @@ -13,28 +13,34 @@ LICENSE="UCAR-Unidata" SLOT="0/7" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+dap doc examples hdf +hdf5 mpi static-libs szip test tools" +IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" - dap? ( net-misc/curl ) - hdf? ( sci-libs/hdf >=sci-libs/hdf5-1.8.8 ) - hdf5? ( >=sci-libs/hdf5-1.8.9[mpi=,szip=,zlib] )" + dap? ( net-misc/curl:0= ) + hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= ) + hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )" +DEPEND="${RDEPEND}" +# doc generation is missing many doxygen files in tar ball +# doc? ( app-doc/doxygen[dot] )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -REQUIRED_USE="test? ( tools )" +REQUIRED_USE="test? ( tools ) szip? ( hdf5 ) mpi? ( hdf5 )" src_configure() { + # --docdir="${EPREFIX}"/usr/share/doc/${PF} + # $(use_enable doc doxygen) local myeconfargs=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} --disable-examples + --disable-dap-remote-tests $(use_enable dap) - $(use_enable doc doxygen) $(use_enable hdf hdf4) $(use_enable hdf5 netcdf-4) $(use_enable tools utilities) ) + if use mpi; then + export CC=mpicc + myeconfargs+=( --enable-parallel ) + use test && myeconfargs+=( --enable-parallel-tests ) + fi autotools-utils_src_configure } 1.113 sci-libs/netcdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.113&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.113&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?r1=1.112&r2=1.113 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- ChangeLog 28 Apr 2014 22:46:11 -0000 1.112 +++ ChangeLog 29 Apr 2014 23:29:13 -0000 1.113 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.112 2014/04/28 22:46:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.113 2014/04/29 23:29:13 bicatali Exp $ + + 29 Apr 2014; Sébastien Fabbro <[email protected]> netcdf-4.3.2.ebuild: + FDisable doc generation because of missing doxygen files, bug #509052 *netcdf-4.3.2 (28 Apr 2014)
