Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (feb583e4478a38927aa1f99bb30a23c70fd68aee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (feb583e4478a38927aa1f99bb30a23c70fd68aee)
  • Date: Mon, 7 Aug 2006 02:38:42 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

libs/fftw/CONFIGURE | 6 +++---
libs/fftw/DETAILS | 21 +++++++++------------
libs/fftw/HISTORY | 5 +++++
3 files changed, 17 insertions(+), 15 deletions(-)

New commits:
commit feb583e4478a38927aa1f99bb30a23c70fd68aee
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

fftw: Updated to 3.1.2

diff --git a/libs/fftw/CONFIGURE b/libs/fftw/CONFIGURE
index 8033d4f..5783e3f 100755
--- a/libs/fftw/CONFIGURE
+++ b/libs/fftw/CONFIGURE
@@ -1,6 +1,6 @@
-config_query_option FFTW_THREADS "Compile FFTW SMP threads library" n \
- "--enable-threads --with-combined-threads" \
- "--disable-threads --without-combined-threads" &&
+config_query_option FFTW_THREADS "Compile FFTW SMP threads library?" n \
+ "--enable-threads --with-combined-threads" \
+ "--disable-threads --without-combined-threads" &&

config_query FORTRAN "Compile in fortran bindings?" n

diff --git a/libs/fftw/DETAILS b/libs/fftw/DETAILS
index 04c909a..fd91133 100755
--- a/libs/fftw/DETAILS
+++ b/libs/fftw/DETAILS
@@ -1,21 +1,18 @@
SPELL=fftw
- VERSION=3.1.1
+ VERSION=3.1.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.fftw.org/pub/fftw/$SOURCE
-
SOURCE_HASH=sha512:a6804d84bfc731916a8f6f3b33987de35e5644f449c660559dceb64792859d992c5165342e7d1d6042a307846586aad13738e172c6a68ca4685b43c9d0f514e4
+ SOURCE_URL[0]=http://www.fftw.org/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.fftw.org/pub/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:63a1ca9a30bd1279a447c847461142e1fbd7b91be7dbd85582bc78912673911b3ab4521794844f144b47ca151072cd42af107afc171cfac0fd0eed11a8db7580
LICENSE[0]=GPL
WEB_SITE=http://www.fftw.org/
ENTERED=20011207
- UPDATED=20050613
KEYWORDS="libs"
- SHORT="Fast Fourier Tranform C Library"
+ SHORT="Fast Fourier Transform C library."
cat << EOF
-FFTW is a fast C FFT library. It includes complex, real, and parallel
-transforms, and can handle arbitrary array sizes efficiently. FFTW is
-typically faster than other publically-available FFT implementations,
-and is even competitive with vendor-tuned libraries (benchmarks are
-available at the homepage). To achieve this performance, FFTW uses
-novel code-generation and runtime self-optimization techniques (along
-with many other tricks).
+FFTW is a C subroutine library for computing the discrete Fourier transform
+(DFT) in one or more dimensions, of arbitrary input size, and of both real
+and complex data (as well as of even/odd data, i.e. the discrete cosine/sine
+transforms or DCT/DST).
EOF
diff --git a/libs/fftw/HISTORY b/libs/fftw/HISTORY
index c218e45..701962c 100644
--- a/libs/fftw/HISTORY
+++ b/libs/fftw/HISTORY
@@ -1,3 +1,8 @@
+2006-08-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 3.1.2, added second SOURCE_URL, removed
+ UPDATED, edited descriptions.
+ * CONFIGURE: Added missing question mark to prompt message.
+
2006-06-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* Applied modified patch from Florian Franzmann, thanks! #12592
* BUILD: Added architecture specific optimizations



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (feb583e4478a38927aa1f99bb30a23c70fd68aee), Juuso Alasuutari, 08/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page