Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: hdf5-1.8.4-r1.ebuild ChangeLog
Date: Wed, 10 Feb 2010 17:22:00
Message-Id: E1NfGGE-0001J3-6r@stork.gentoo.org
1 bicatali 10/02/10 17:21:58
2
3 Modified: hdf5-1.8.4-r1.ebuild ChangeLog
4 Log:
5 Added some warnings for mpi
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 sci-libs/hdf5/hdf5-1.8.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: hdf5-1.8.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- hdf5-1.8.4-r1.ebuild 5 Feb 2010 19:01:27 -0000 1.7
22 +++ hdf5-1.8.4-r1.ebuild 10 Feb 2010 17:21:57 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.7 2010/02/05 19:01:27 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.8 2010/02/10 17:21:57 bicatali Exp $
28
29 EAPI=2
30 inherit eutils autotools
31 @@ -28,6 +28,10 @@
32
33 pkg_setup() {
34 if use mpi; then
35 + if has_version 'sci-libs/hdf5[-mpi]'; then
36 + ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail."
37 + ewarn "Try to uninstall the current hdf5 prior to enabling mpi support."
38 + fi
39 if use cxx; then
40 ewarn "Simultaneous mpi and cxx is not supported by ${PN}"
41 ewarn "Will disable cxx interface"
42 @@ -36,6 +40,9 @@
43 if use fortran; then
44 export FC=mpif90
45 fi
46 + elif has_version 'sci-libs/hdf5[mpi]'; then
47 + ewarn "Installing hdf5 with mpi disabled while having hdf5 installed with mpi enabled may fail."
48 + ewarn "Try to uninstall the current hdf5 prior to disabling mpi support."
49 fi
50 }
51
52
53
54
55 1.53 sci-libs/hdf5/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.53&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.53&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.52&r2=1.53
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
64 retrieving revision 1.52
65 retrieving revision 1.53
66 diff -u -r1.52 -r1.53
67 --- ChangeLog 6 Feb 2010 23:35:31 -0000 1.52
68 +++ ChangeLog 10 Feb 2010 17:21:57 -0000 1.53
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sci-libs/hdf5
71 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.52 2010/02/06 23:35:31 ssuominen Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.53 2010/02/10 17:21:57 bicatali Exp $
74 +
75 + 10 Feb 2010; Sébastien Fabbro <bicatali@g.o> hdf5-1.8.4-r1.ebuild:
76 + Added some warnings for mpi
77
78 05 Feb 2010; Raúl Porcel <armin76@g.o> hdf5-1.8.4-r1.ebuild,
79 +files/hdf5-1.8.4-sigbus.patch: