Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vsipl++] [patch] Use FFTW from trunk


  • To: VSIPL++ Developers List <vsipl++@xxxxxxxxxxxxxxxx>
  • Subject: Re: [vsipl++] [patch] Use FFTW from trunk
  • From: Jules Bergmann <jules@xxxxxxxxxxxxxxxx>
  • Date: Thu, 01 Nov 2007 11:58:45 -0400

Oops.  Patch attached.

Jules Bergmann wrote:
Update to use 'fftw/trunk' (instead of 'fftw/vendor/3.1.2') for GPL snapshots. 'fftw/trunk' is 3.1.2, plus our GreenHills/MCOE changes from 3.0.

Patch applied.

                -- Jules



--
Jules Bergmann
CodeSourcery
jules@xxxxxxxxxxxxxxxx
(650) 331-3385 x705
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 186286)
+++ ChangeLog	(working copy)
@@ -1,4 +1,8 @@
 2007-11-01  Jules Bergmann  <jules@xxxxxxxxxxxxxxxx>
+	
+	* scripts/trunk-gpl-snapshot.cfg: Use 'csl/fftw/trunk' for FFTW.
+	
+2007-11-01  Jules Bergmann  <jules@xxxxxxxxxxxxxxxx>
 
 	* src/vsip_csl/matlab_bin_formatter.hpp: Fix Wall warnings.
 
Index: scripts/trunk-gpl-snapshot.cfg
===================================================================
--- scripts/trunk-gpl-snapshot.cfg	(revision 185668)
+++ scripts/trunk-gpl-snapshot.cfg	(working copy)
@@ -2,6 +2,6 @@
 
 class MySource(Source):
     svpp_dir='csl/vpp/trunk'
-    fftw_dir='csl/fftw/vendor/3.1.2'
+    fftw_dir='csl/fftw/trunk'
 
 include("config")