pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 17 10:40:47 UTC 2009
Modified Files:
pkgsrc/math/fftw: Makefile distinfo
pkgsrc/math/fftwf: Makefile distinfo
Log Message:
Changes 3.2.1:
* Performance improvements for some multidimensional r2c/c2r transforms;
thanks to Eugene Miloslavsky for his benchmark reports.
* Compile with icc on MacOS X, use better icc compiler flags.
* Compilation fixes for systems where snprintf is defined as a macro;
thanks to Marcus Mae for the bug report.
* Fortran documentation now recommends not using dfftw_execute,
because of reports of problems with various Fortran compilers;
it is better to use dfftw_execute_dft etcetera.
* Some documentation clarifications, e.g. of fact that --enable-openmp
and --enable-threads are mutually exclusive (thanks to Long To),
and document slightly odd behavior of plan_guru_r2r in Fortran.
* FAQ was accidentally omitted from 3.2 tarball.
* Remove some extraneous (harmless) files accidentally included in
a subdirectory of the 3.2 tarball.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/math/fftw/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/math/fftw/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/math/fftwf/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/math/fftwf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index