1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
|
# ChangeLog for sci-libs/fftw
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.45 2007/02/22 01:19:45 jokey Exp $
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> fftw-2.1.5-r2.ebuild,
fftw-3.0.1-r2.ebuild:
Fix broken autotools handling.
*fftw-2.1.5-r2 (03 Nov 2006)
03 Nov 2006; Olivier Fisette <ribosome@gentoo.org> -fftw-2.1.5-r1.ebuild,
+fftw-2.1.5-r2.ebuild:
Fixed "--as-needed" brokenness in the stable branch. Adding a new revision
to force unknowingly affected users to recompile.
01 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog:
Update for my nick change spyderous -> dberkholz.
22 Oct 2006; Olivier Fisette <ribosome@gentoo.org>
+files/fftw-2.1.5-as-needed.patch, fftw-2.1.5-r1.ebuild:
Fix --as-needed (patch by Alexis Ballier <aballier@gentoo.org>; fixes bug
#152393).
06 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; fftw-2.1.5-r1.ebuild:
Revert accidental commit; not yet ready to allow virtual/mpi, amd64 doesn't
have mpich stable.
12 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; fftw-2.1.5-r1.ebuild:
(#147275) Move some function calls out of global scope.
16 Jul 2006; <psi29a@gentoo.org> fftw-3.0.1-r2.ebuild:
stable on mips
12 Jul 2006; Markus Dittrich <markusle@gentoo.org> fftw-3.1.2.ebuild:
Removed the inherit fortran since configure seems to work
even without fortran being present. This fixes bug #140092.
*fftw-3.1.2 (11 Jul 2006)
11 Jul 2006; Markus Dittrich <markusle@gentoo.org> +fftw-3.1.2.ebuild:
Version bump and added fortran.eclass since configure checks for
fortran. Thanks to Adam Piatyszek <ediap@et.put.poznan.pl>
for his ebuild. This fixes bug #139849.
28 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> fftw-3.1.1.ebuild:
Add src_test support for fftw.
24 Jun 2006; Markus Dittrich <markusle@gentoo.org> fftw-3.0.1-r2.ebuild,
fftw-3.1.1.ebuild:
Added code to fix improper category of the fftw3 info file.
Thanks much to P.L.Hayes <paul@wolfbone.ath.cx> for pointing this
out and this fixes bug #77660.
11 May 2006; Robin H. Johnson <robbat2@gentoo.org> fftw-3.1.1.ebuild:
Bug #131320 - Use altivec only for single precision - it doesn't work with
double or higher precision. Add long double variant and factor out common
bits of econf. Might want to lock it down to arches that it makes a
difference on in future.
27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-fftw-2.1.5-r1,
files/digest-fftw-3.0.1-r1, files/digest-fftw-3.0.1-r2, Manifest:
Fixing SHA256 digest, pass four
11 Apr 2006; Markus Dittrich <markusle@gentoo.org>
+files/fftw-altivec-headers.patch, fftw-3.1.1.ebuild:
Removed 3dnow use flag since building of shared libs is currently
broken on k7 (see bug #125218). Also, added patch to fix compilation
failure when using altivec support. Thanks to SpanKY
<vapier@gentoo.org> for his patch (this fixes bug #129304).
*fftw-3.1.1 (03 Apr 2006)
03 Apr 2006; Markus Dittrich <markusle@gentoo.org> +fftw-3.1.1.ebuild:
Version bump. Thanks to Raphael <gentoo@lesshaste.plus.com>
for reporting. This fixes bug #127925.
07 Mar 2006; Markus Dittrich <markusle@gentoo.org> fftw-3.1.ebuild:
Disabled building of shared libraries on k7 architecture. Thanks
much to Andreas Mann <A-Mann@gmx.de> and Ruediger Sassmannshausen
<rsassman@gmx.de> for their fixes. This closes bug #125218.
05 Mar 2006; Markus Dittrich <markusle@gentoo.org> ChangeLog:
Removed fftw-3.1 from package.mask.
26 Feb 2006; Markus Dittrich <markusle@gentoo.org> fftw-3.0.1.ebuild:
Moved flag-o-matic functions from global scope to src_compile.
Also removed filter-mfpmath since it didn't do anything.
This fixes bug #123960.
*fftw-3.1 (11 Feb 2006)
11 Feb 2006; Markus Dittrich <markusle@gentoo.org>
+files/fftw-ppc-macos.1.patch, +fftw-3.1.ebuild:
Version bump. This fixes bug #120763.
12 Nov 2005; Luca Barbato <lu_zero@gentoo.org>
+files/fftw-3.0.1-altivec.patch, fftw-3.0.1-r2.ebuild:
Altivec support for gcc-fsf fixed
26 Aug 2005; Aron Griffis <agriffis@gentoo.org> fftw-3.0.1-r2.ebuild:
stable on ia64
24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> fftw-3.0.1-r2.ebuild:
No longer using cp -a (bug #103487)
11 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> fftw-3.0.1-r2.ebuild:
stable on alpha, wrt bug #101771
10 Aug 2005; Markus Rothe <corsair@gentoo.org> fftw-3.0.1-r2.ebuild:
Stable on ppc64 (bug #101771)
10 Aug 2005; Luis Medinas <metalgod@gentoo.org> fftw-3.0.1-r2.ebuild:
Marked Stable on AMD64.
10 Aug 2005; Rene Nussbaumer <killerfox@gentoo.org> fftw-3.0.1-r2.ebuild:
Stable on hppa. bug #101771
10 Aug 2005; Tobias Scherbaum <dertobi123@gentoo.org>
fftw-3.0.1-r2.ebuild:
ppc stable, bug #101771
10 Aug 2005; Ferris McCormick <fmccor@gentoo.org> fftw-3.0.1-r2.ebuild:
Stable for sparc, Security bug #101771.
*fftw-3.0.1-r2 (10 Aug 2005)
10 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> +files/3-tmpfile.patch,
+fftw-3.0.1-r2.ebuild:
Fixing insecure temp file generation of fftw-wisdom-to-conf, see bug #101771
17 Jul 2005; Hardave Riar <hardave@gentoo.org> fftw-3.0.1-r1.ebuild:
Keyworded ~mips
01 Jul 2005; Ferris McCormick <fmccor@gentoo.org> fftw-3.0.1-r1.ebuild:
Stable for sparc. No sparc errors outstanding and runs its 'bench'
performance test program in both single and double mode without any
issues.
29 May 2005; Markus Rothe <corsair@gentoo.org> fftw-2.1.5-r1.ebuild:
Stable on ppc64
15 May 2005; Danny van Dyk <kugelfang@gentoo.org> fftw-3.0.1-r1.ebuild:
Inherits toolchain-funcs now instead of deprecated gcc eclass.
27 Apr 2005; Markus Rothe <corsair@gentoo.org> fftw-2.1.5-r1.ebuild:
Added ~ppc64 to KEYWORDS; bug #89969
21 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> fftw-3.0.1-r1.ebuild:
Add sse2 USE flag, closes bug 83036.
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> fftw-3.0.1-r1.ebuild:
stable on ia64
28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> fftw-3.0.1.ebuild:
Stable on ppc.
05 Mar 2005; Markus Rothe <corsair@gentoo.org> fftw-3.0.1-r1.ebuild:
Stable on ppc64
03 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
fftw-2.1.5-r1.ebuild:
Multilib fixes.
13 Jan 2005; Donnie Berkholz <dberkholz@gentoo.org>; fftw-2.1.5-r1.ebuild:
Change insinto "${D}usr/include" to insinto /usr/include, thanks to Seemant
Kulleen <seemant@gentoo.org>.
03 Jan 2005; Markus Rothe <corsair@gentoo.org> fftw-3.0.1-r1.ebuild:
Added ~ppc64 to KEYWORDS
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
*fftw-3.0.1 (28 Dec 2004)
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+files/fftw-ppc-macos.patch, +fftw-2.1.5-r1.ebuild, +fftw-3.0.1-r1.ebuild,
+fftw-3.0.1.ebuild:
Moved from dev-libs/fftw to sci-libs/fftw.
23 Nov 2004; Guy Martin <gmsoft@gentoo.org> fftw-3.0.1-r1.ebuild:
Added ~hppa to KEYWORDS.
16 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -fftw-2.1.3-r1.ebuild,
fftw-2.1.5-r1.ebuild, -fftw-2.1.5.ebuild:
Cleanup.
Fixing bug #70817 (missing fortran include file).
01 Oct 2004; kito@gentoo.org +files/fftw-ppc-macos.patch,
fftw-3.0.1-r1.ebuild:
added ~ppc-macos keyword and patch
09 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> fftw-3.0.1-r1.ebuild:
Fixed a compilation-error with Altivec and gcc 3.4.1
03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> fftw-3.0.1.ebuild:
Stable on alpha.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> fftw-3.0.1-r1.ebuild,
fftw-3.0.1.ebuild:
virtual/glibc -> virtual/libc
06 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> fftw-3.0.1-r1.ebuild:
Added --enable-altivec to econf, if USE="altivec"
06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> fftw-2.1.5-r1.ebuild,
fftw-3.0.1-r1.ebuild:
Marked stable on amd64.
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> fftw-3.0.1-r1.ebuild,
fftw-3.0.1.ebuild:
Fix use invocation
*fftw-3.0.1-r1 (19 Apr 2004)
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> fftw-3.0.1-r1.ebuild:
Substituting --enable-3dnow by --enable-k7 because of bug #38076
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> fftw-2.1.5-r1.ebuild:
Removing S=... with no effect
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> fftw-2.1.5-r1.ebuild:
Removing S=... with no effect
22 Mar 2004; Jason Wever <weeve@gentoo.org> fftw-3.0.1.ebuild:
Marked stable on sparc.
09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> fftw-2.1.5-r1.ebuild:
Adding amd64 keyword. Closing #44068.
*fftw-2.1.5-r1 (04 Mar 2004)
04 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> fftw-2.1.5-r1.ebuild:
Fixing info dir entries, changing keywords according to the comment (all
arches -> stable)
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> fftw-3.0.1.ebuild:
add ~ia64
31 Dec 2003; George Shapovalov <george@gentoo.org> fftw-3.0.1.ebuild :
marked stable.
Note, stuff that needs MPI should DEPEND on 2.15 still! (but this is a task of
dependatnt packages)
*fftw-3.0.1 (23 Aug 2003)
23 Aug 2003; George Shapovalov <george@gentoo.org> fftw-3.0.1.ebuild, metadata.xml :
new version (#20048)
thanks to Ingo Luetkebohle gentoo@blank.pages.de and Sam Yates <sam@quux.dropbear.id.au>
for ebuild submissions
added metadata.xml (herd sci)
22 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> fftw-2.1.5.ebuild :
Changed flag altering.
07 May 2003; George Shapovalov <george@gentoo.org> fftw-2.1.5.ebuild :
apparently fftw doesn't like -fpmath=sse on pentium-4 M based systems (#19523)
added corresponding filter, thanks to Christian Birchinger <joker@gentoo.org> for report.
*fftw-2.1.5 (23 Mar 2003)
23 Mar 2003; George Shapovalov <george@gentoo.org> fftw-2.1.5.ebuild :
updated to latest stable
*fftw-2.1.3-r1 (13 Feb 2003)
13 Feb 2003; Nick Hadaway <raker@gentoo.org> fftw-2.1.3-r1.ebuild,
files/digest-fftw-2.1.3 :
New ebuild which creates links to the standard fftw include/lib names.
If you specify SINGLE=yes on the emerge commandline the links will
be created to the single precision libs/includes, otherwise by default
to the double precision libs/includes.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*fftw-2.1.3.ebuild (20 June 2002)
10 Feb 2003; Peter Johanson <latexer@gentoo.org> fftw-2.1.3.ebuild :
Added ~alpha to KEYWORDS.
19 Sep 2002; Owen Stampflee <owen@gentoo.org> :
Added PPC to KEYWORDS.
20 June 2002; George Shapovalov <george@gentoo.org> fftw-2.1.3.ebuild :
updated ebuild to fix the top info file
(added menu entry, thanks to Daniel Ahlberg)
27 Apr 2002; George Shapovalov <george@gentoo.org> fftw-2.1.3.ebuild :
Initial release
|