[Lunar-commits] r18737 - moonbase/trunk/libs/fftw3

Dennis Veatch stumbles at lunar-linux.org
Wed Feb 15 20:02:10 UTC 2006


Author: stumbles
Date: 2006-02-15 20:02:07 +0000 (Wed, 15 Feb 2006)
New Revision: 18737

Modified:
   moonbase/trunk/libs/fftw3/DETAILS
Log:

tweaks to make sure that time_n() is always called from the same
stack position.

Fixed broken aligment checks when sizeof(R)==12

Force the use of the estimator when wisdom fails because of md5
collisions, otherwise the planner takes forever.

ditched one alignment check and	noted that we should eliminate
the rest as well


and many more.



Modified: moonbase/trunk/libs/fftw3/DETAILS
===================================================================
--- moonbase/trunk/libs/fftw3/DETAILS	2006-02-15 19:43:07 UTC (rev 18736)
+++ moonbase/trunk/libs/fftw3/DETAILS	2006-02-15 20:02:07 UTC (rev 18737)
@@ -1,12 +1,12 @@
           MODULE=fftw3
-         VERSION=3.0.1
+         VERSION=3.1
           SOURCE=fftw-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/fftw-$VERSION
       SOURCE_URL=ftp://ftp.fftw.org/pub/fftw/
-      SOURCE_VFY=md5:76cd21ecc9a7bed6343566c473c36477
+      SOURCE_VFY=sha1:c7bc0e2a8385503cbabec699017f33a56350db3d
         WEB_SITE=http://www.fftw.org/
          ENTERED=20011207
-         UPDATED=20040430
+         UPDATED=20060215
            SHORT="Fast Fourier Tranform C Library"
 cat << EOF
 FFTW is a fast C FFT library. It includes complex, real, and parallel



More information about the Lunar-commits mailing list