Subject: CVS commit: pkgsrc/math/fftw
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/08/2003 14:05:30
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Jul  8 14:05:30 UTC 2003

Modified Files:
	pkgsrc/math/fftw: Makefile PLIST distinfo
Removed Files:
	pkgsrc/math/fftw/patches: patch-aa

Log Message:
Update to 3.0.1:
* Some speed improvements in SIMD code.

* --without-cycle-counter option is removed.  If no cycle counter is found,
  then the estimator is always used.  A --with-slow-timer option is provided
  to force the use of lower-resolution timers.

* Added missing static keyword that prevented simultaneous linkage
  of different-precision versions; thanks to Rasmus Larson for the bug report.

* Corrected accidental omission of f77_wisdom.f file; thanks to Alan Watson.

* Removed non-portable use of 'tempfile' in fftw-wisdom-to-conf script;
  thanks to Nicolas Decoster for the patch.

* Added 'make smallcheck' target in tests/ directory, at the request of
  James Treacy.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/math/fftw/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/math/fftw/PLIST pkgsrc/math/fftw/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/math/fftw/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.