Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: hdf5-1.8.9-r1.ebuild ChangeLog
Date: Wed, 06 Jun 2012 22:22:06
Message-Id: 20120606222156.C02102004C@flycatcher.gentoo.org
1 xarthisius 12/06/06 22:21:56
2
3 Modified: hdf5-1.8.9-r1.ebuild ChangeLog
4 Log:
5 Link libgfortran statically to H5test_kind in order to circumvent kind misdetection. Fixes #419895 by My Th <rei4dan@×××××.com>
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/hdf5/hdf5-1.8.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: hdf5-1.8.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hdf5-1.8.9-r1.ebuild 6 Jun 2012 19:40:27 -0000 1.1
23 +++ hdf5-1.8.9-r1.ebuild 6 Jun 2012 22:21:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild,v 1.1 2012/06/06 19:40:27 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild,v 1.2 2012/06/06 22:21:56 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -49,7 +49,8 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${PN}-1.8.8-buildsystem.patch \
35 "${FILESDIR}"/${PN}-1.8.8-array_bounds.patch \
36 - "${FILESDIR}"/${P}-implicits.patch
37 + "${FILESDIR}"/${P}-implicits.patch \
38 + "${FILESDIR}"/${P}-static_libgfortran.patch
39 # respect gentoo examples directory
40 sed \
41 -e "s:hdf5_examples:doc/${PF}/examples:g" \
42
43
44
45 1.87 sci-libs/hdf5/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.87&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.87&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.86&r2=1.87
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
54 retrieving revision 1.86
55 retrieving revision 1.87
56 diff -u -r1.86 -r1.87
57 --- ChangeLog 6 Jun 2012 19:40:27 -0000 1.86
58 +++ ChangeLog 6 Jun 2012 22:21:56 -0000 1.87
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sci-libs/hdf5
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.86 2012/06/06 19:40:27 xarthisius Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.87 2012/06/06 22:21:56 xarthisius Exp $
64 +
65 + 06 Jun 2012; Kacper Kowalik <xarthisius@g.o>
66 + +files/hdf5-1.8.9-static_libgfortran.patch, hdf5-1.8.9-r1.ebuild:
67 + Link libgfortran statically to H5test_kind in order to circumvent kind
68 + misdetection. Fixes #419895 by My Th <rei4dan@×××××.com>
69
70 *hdf5-1.8.9-r1 (06 Jun 2012)