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/fftw: fftw-3.1.2.ebuild fftw-2.1.5-r4.ebuild ChangeLog
Date: Mon, 23 Jun 2008 14:31:20
Message-Id: E1KAn4c-00012w-2A@stork.gentoo.org
1 bicatali 08/06/23 14:31:14
2
3 Modified: fftw-3.1.2.ebuild fftw-2.1.5-r4.ebuild ChangeLog
4 Log:
5 Added a patch to avoid building tests if not requested (bug #226325), and mips is now ~ for 3.1.2
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.13 sci-libs/fftw/fftw-3.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild?r1=1.12&r2=1.13
14
15 Index: fftw-3.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- fftw-3.1.2.ebuild 1 Apr 2008 22:10:25 -0000 1.12
22 +++ fftw-3.1.2.ebuild 23 Jun 2008 14:31:13 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild,v 1.12 2008/04/01 22:10:25 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild,v 1.13 2008/06/23 14:31:13 bicatali Exp $
28
29 inherit flag-o-matic eutils toolchain-funcs autotools fortran
30
31 @@ -10,7 +10,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="3.0"
35 -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
36 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
37 IUSE="altivec fortran sse sse2 test"
38
39 DEPEND="test? ( dev-lang/perl )"
40
41
42
43 1.2 sci-libs/fftw/fftw-2.1.5-r4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r4.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r4.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r4.ebuild?r1=1.1&r2=1.2
48
49 Index: fftw-2.1.5-r4.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r4.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- fftw-2.1.5-r4.ebuild 29 Apr 2008 22:11:57 -0000 1.1
56 +++ fftw-2.1.5-r4.ebuild 23 Jun 2008 14:31:13 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r4.ebuild,v 1.1 2008/04/29 22:11:57 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r4.ebuild,v 1.2 2008/06/23 14:31:13 bicatali Exp $
62
63 inherit eutils flag-o-matic multilib autotools fortran
64
65 @@ -41,6 +41,7 @@
66 cd "${S}"
67 epatch "${FILESDIR}/${P}-as-needed.patch"
68 epatch "${FILESDIR}/${P}-configure.in.patch"
69 + epatch "${FILESDIR}/${P}-no-test.patch"
70
71 # fix info files
72 for infofile in doc/fftw*info*; do
73 @@ -89,9 +90,9 @@
74
75 src_test() {
76 cd "${S}-single"
77 - emake check || die "emake check single failed"
78 + emake -j1 check || die "emake check single failed"
79 cd "${S}-double"
80 - emake check || die "emake check double failed"
81 + emake -j1 check || die "emake check double failed"
82 }
83
84 src_install () {
85
86
87
88 1.66 sci-libs/fftw/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.66&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.66&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?r1=1.65&r2=1.66
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v
97 retrieving revision 1.65
98 retrieving revision 1.66
99 diff -u -r1.65 -r1.66
100 --- ChangeLog 14 Apr 2008 13:56:14 -0000 1.65
101 +++ ChangeLog 23 Jun 2008 14:31:13 -0000 1.66
102 @@ -1,6 +1,15 @@
103 # ChangeLog for sci-libs/fftw
104 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.65 2008/04/14 13:56:14 bicatali Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.66 2008/06/23 14:31:13 bicatali Exp $
107 +
108 + 23 Jun 2008; Sébastien Fabbro <bicatali@g.o>
109 + +files/fftw-2.1.5-no-test.patch, fftw-2.1.5-r4.ebuild, fftw-3.1.2.ebuild:
110 + mips is now dev
111 +
112 + 23 Jun 2008; Sébastien Fabbro <bicatali@g.o>
113 + +files/fftw-2.1.5-no-test.patch, fftw-2.1.5-r4.ebuild:
114 + Added a patch to avoid building tests if not requested (bug #226325).
115 + (fftw-3.1.2 needs to build the test to build the fftw-wisdom binary.)
116
117 14 Apr 2008; Sébastien Fabbro <bicatali@g.o> fftw-2.1.5-r3.ebuild:
118 Fixed a link for rfftw, thanks Justin for noticing
119
120
121
122 --
123 gentoo-commits@l.g.o mailing list