Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/mpb: ChangeLog mpb-1.4.2-r2.ebuild
Date: Fri, 28 Aug 2009 20:15:46
Message-Id: E1Mfkmu-0008WK-T0@stork.gentoo.org
1 markusle 09/08/25 01:25:28
2
3 Modified: ChangeLog mpb-1.4.2-r2.ebuild
4 Log:
5 Enable hdf5-1.6 legacy API when building against hdf5-1.8 (fixed #282183).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 sci-physics/mpb/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/mpb/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/mpb/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/mpb/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 25 Nov 2008 18:45:52 -0000 1.10
22 +++ ChangeLog 25 Aug 2009 01:25:28 -0000 1.11
23 @@ -1,10 +1,14 @@
24 # ChangeLog for sci-physics/mpb
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.10 2008/11/25 18:45:52 bicatali Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.11 2009/08/25 01:25:28 markusle Exp $
29 +
30 + 25 Aug 2009; Markus Dittrich <markusle@g.o> mpb-1.4.2-r2.ebuild:
31 + Enable hdf5-1.6 legacy API when building against hdf5-1.8
32 + (fixes #282183)
33
34 *mpb-1.4.2-r2 (25 Nov 2008)
35
36 - 25 Nov 2008; Sébastien Fabbro <bicatali@g.o>
37 + 25 Nov 2008; Sébastien Fabbro <bicatali@g.o>
38 +files/mpb-1.4.2-autotools.patch, +files/mpb-1.4.2-headers.patch,
39 metadata.xml, -mpb-1.4.2.ebuild, +mpb-1.4.2-r2.ebuild:
40 Added hdf5, doc and examples flags. Many autotools and QA fixes: quotes,
41 @@ -19,7 +23,7 @@
42 21 Aug 2007; <pbienst@g.o> mpb-1.4.2.ebuild:
43 Added ~amd64.
44
45 - 10 Jan 2007; Piotr Jaroszyński <peper@g.o> Manifest:
46 + 10 Jan 2007; Piotr Jaroszyński <peper@g.o> Manifest:
47 Fix Manifest.
48
49 10 Jan 2007; <marijn@g.o> mpb-1.4.2.ebuild:
50
51
52
53 1.2 sci-physics/mpb/mpb-1.4.2-r2.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild?r1=1.1&r2=1.2
58
59 Index: mpb-1.4.2-r2.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- mpb-1.4.2-r2.ebuild 25 Nov 2008 18:45:52 -0000 1.1
66 +++ mpb-1.4.2-r2.ebuild 25 Aug 2009 01:25:28 -0000 1.2
67 @@ -1,9 +1,9 @@
68 -# Copyright 1999-2008 Gentoo Foundation
69 +# Copyright 1999-2009 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild,v 1.1 2008/11/25 18:45:52 bicatali Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild,v 1.2 2009/08/25 01:25:28 markusle Exp $
73
74 EAPI=2
75 -inherit eutils autotools
76 +inherit eutils autotools flag-o-matic
77
78 DESCRIPTION="Photonic band structure program"
79 SRC_URI="http://ab-initio.mit.edu/mpb/${P}.tar.gz"
80 @@ -45,6 +45,9 @@
81 }
82
83 src_configure() {
84 + # enable legacy API for hdf-1.8
85 + use hdf5 && append-cflags -DH5_USE_16_API
86 +
87 local myconf="$(use_with hdf5)"
88 export BLAS_LIBS="$(pkg-config --libs blas)"
89 export LAPACK_LIBS="$(pkg-config --libs lapack)"