Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/
Date: Sat, 03 Dec 2016 22:13:02
Message-Id: 1480803167.9b4464259353a242d2c68276203bcb955a307fd6.xarthisius@gentoo
1 commit: 9b4464259353a242d2c68276203bcb955a307fd6
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:12:00 2016 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 22:12:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b446425
7
8 sci-libs/hdf5: version bump
9
10 Fixes security bugs: #601404, #601408, #601414, #601420
11
12 Package-Manager: portage-2.3.2
13
14 sci-libs/hdf5/Manifest | 1 +
15 sci-libs/hdf5/hdf5-1.8.18.ebuild | 112 +++++++++++++++++++++++++++++++++++++++
16 2 files changed, 113 insertions(+)
17
18 diff --git a/sci-libs/hdf5/Manifest b/sci-libs/hdf5/Manifest
19 index c2a1a58..72b6e9a 100644
20 --- a/sci-libs/hdf5/Manifest
21 +++ b/sci-libs/hdf5/Manifest
22 @@ -1,3 +1,4 @@
23 DIST hdf5-1.8.14.tar.bz2 9503743 SHA256 53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab SHA512 c4f0bb01df7bef9cd29c42ec2e27f4bd27c3e059cf18f1285c583e92b94ef799f8a29ec85c17bab12e47a69626851fbda4b8d74543266b01aa2cffc42cde4fea WHIRLPOOL 646d44d446e2bd2855567046ca00f302e02d39880a77f2d75fd6231ad74692c07910c8670ffa5e02f2922e4e28c5a4afd06f907ac5950615dd328c3e7346f578
24 DIST hdf5-1.8.15-patch1.tar.bz2 10006036 SHA256 a5afc630c4443547fff15e9637b5b10404adbed4c00206d89517d32d6668fb32 SHA512 380c06f3cab469351d6ddc940c7cdffd5bd20a74e69cb4d549989bec5f130dadae11c04928ead7eea0200a175fc45a042d068a752d8a9c19a35c3a6912a147bd WHIRLPOOL 0c4c918eea3b70a2c4dea2098f24ddb612af6bf026749144dae19380f60de9d4123acd3c4bf324a1a313e4fae1d7874de48afd9e6720bbcc3c4f1fb1c1bc0288
25 DIST hdf5-1.8.17.tar.bz2 10030234 SHA256 fc35dd8fd8d398de6b525b27cc111c21fc79795ad6db1b1f12cb15ed1ee8486a SHA512 b0fe630b98a83470c48443215b7073fd22c4390cc459127a4c9554682ae8aec215017c7f34adb8494da4b31fabe6580e9d1b63eddb949432d595e99705c0bbd1 WHIRLPOOL 64e508df74aca518be918dbac10db653004f254779e413ee501a7d550892e6baaa56a0891af28a88d419fa06aa3b06a3c213f45e99b7e2bafc7a9d98e9fe4337
26 +DIST hdf5-1.8.18.tar.bz2 10081294 SHA256 01c6deadf4211f86922400da82c7a8b5b50dc8fc1ce0b5912de3066af316a48c SHA512 01f6d14bdd3be2ced9c63cc9e1820cd7ea11db649ff9f3a3055c18c4b0fffe777fd23baad536e3bce31c4d76fe17db64a3972762e1bb4d232927c1ca140e72b2 WHIRLPOOL c1ea97aa30ded9f3129edf47cfda3b7e371aa21fcb2fc409005818f69ed0f0ac41a19e28ec38a5da2c417ef98033f197292169c88f7db81dd94244b016ab2595
27
28 diff --git a/sci-libs/hdf5/hdf5-1.8.18.ebuild b/sci-libs/hdf5/hdf5-1.8.18.ebuild
29 new file mode 100644
30 index 00000000..db192e0
31 --- /dev/null
32 +++ b/sci-libs/hdf5/hdf5-1.8.18.ebuild
33 @@ -0,0 +1,112 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=5
39 +
40 +FORTRAN_NEEDED=fortran
41 +AUTOTOOLS_AUTORECONF=1
42 +
43 +inherit autotools-utils eutils fortran-2 flag-o-matic toolchain-funcs multilib
44 +
45 +MY_P=${PN}-${PV/_p/-patch}
46 +
47 +DESCRIPTION="General purpose library and file format for storing scientific data"
48 +HOMEPAGE="http://www.hdfgroup.org/HDF5/"
49 +#SRC_URI="https://support.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.bz2"
50 +# TODO: return to proper SRC_URI once upstream fixes their release
51 +SRC_URI="https://support.hdfgroup.org/ftp/HDF5/current18/src/${MY_P}.tar.bz2"
52 +
53 +LICENSE="NCSA-HDF"
54 +SLOT="0/${PV%%_p*}"
55 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
56 +IUSE="cxx debug examples fortran fortran2003 +hl mpi static-libs szip threads zlib"
57 +
58 +REQUIRED_USE="
59 + threads? ( !cxx !mpi !fortran !hl )
60 + fortran2003? ( fortran )"
61 +
62 +RDEPEND="
63 + mpi? ( virtual/mpi[romio] )
64 + szip? ( virtual/szip )
65 + zlib? ( sys-libs/zlib:0= )"
66 +
67 +DEPEND="${RDEPEND}
68 + sys-devel/libtool:2
69 + >=sys-devel/autoconf-2.69"
70 +
71 +S="${WORKDIR}/${MY_P}"
72 +
73 +PATCHES=(
74 + "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch
75 + "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch
76 + "${FILESDIR}"/${PN}-1.8.13-no-messing-ldpath.patch
77 + "${FILESDIR}"/${PN}-1.8.15-implicits.patch
78 +)
79 +
80 +pkg_setup() {
81 + tc-export CXX CC AR # workaround for bug 285148
82 + if use fortran; then
83 + use fortran2003 && FORTRAN_STANDARD=2003
84 + fortran-2_pkg_setup
85 + fi
86 + if use mpi; then
87 + if has_version 'sci-libs/hdf5[-mpi]'; then
88 + ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail."
89 + ewarn "Try to uninstall the current hdf5 prior to enabling mpi support."
90 + fi
91 + export CC=mpicc
92 + use fortran && export FC=mpif90
93 + if use cxx ; then
94 + export CXX=mpicxx
95 + ewarn "USE='mpi cxx' requires a configuration unsupported by upstream. Use at your own risk."
96 + ewarn "In particular, the C++ API is not parallel safe."
97 + fi
98 + elif has_version 'sci-libs/hdf5[mpi]'; then
99 + ewarn "Installing hdf5 with mpi disabled while having hdf5 installed with mpi enabled may fail."
100 + ewarn "Try to uninstall the current hdf5 prior to disabling mpi support."
101 + fi
102 +}
103 +
104 +src_prepare() {
105 + # respect gentoo examples directory
106 + sed \
107 + -e "s:hdf5_examples:doc/${PF}/examples:g" \
108 + -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || die
109 + sed \
110 + -e '/docdir/d' \
111 + -i config/commence.am || die
112 + if ! use examples; then
113 + sed -e '/^install:/ s/install-examples//' \
114 + -i Makefile.am || die #409091
115 + fi
116 + # enable shared libs by default for h5cc config utility
117 + sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die
118 + # bug #419677
119 + use prefix && \
120 + append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir) \
121 + -Wl,-rpath,"${EPREFIX}"/$(get_libdir)
122 + autotools-utils_src_prepare
123 +}
124 +
125 +src_configure() {
126 + local myeconfargs=(
127 + --enable-production
128 + --docdir="${EPREFIX}"/usr/share/doc/${PF}
129 + --enable-deprecated-symbols
130 + $(use_enable prefix sharedlib-rpath)
131 + $(use_enable debug debug all)
132 + $(use_enable debug codestack)
133 + $(use_enable cxx)
134 + $(use_enable fortran)
135 + $(use_enable fortran2003)
136 + $(use_enable hl)
137 + $(use_enable mpi parallel)
138 + $(use_enable threads threadsafe)
139 + $(use_with szip szlib)
140 + $(use_with threads pthread)
141 + $(use_with zlib)
142 + $(use mpi && use cxx && echo --enable-unsupported)
143 + )
144 + autotools-utils_src_configure
145 +}