2014-03-31 10:33:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.3.4:
FFTW 3.3.4
* New functions fftw_alignment_of (to check whether two arrays are
equally aligned for the purposes of applying a plan) and fftw_sprint_plan
(to output a description of plan to a string).
* Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the
bug report.
* Fixed manual to work with texinfo-5.
* Increased timing interval on x86_64 to reduce timing errors.
* Default to Win32 threads, not pthreads, if both are present.
* Various build-script fixes.
|
2013-07-09 17:46:46 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Disable fftw-fortran option by default until lang/g95 issue is resolved.
Also bump PKGREVISION for the option default change.
"Please do that" from wiz@ in PR/48023.
|
2013-06-29 20:59:43 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Make fortran support an option and enable it only on supported platforms.
Fixes build failure on platforms that are not supported by g95,
including NetBSD/arm 6.1. PR/47965
Ok'ed by wiz@.
|
2013-06-07 15:28:56 by Greg Troxel | Files touched by this commit (1) |
Log message:
Cosmetic change to make it easier to disable fortran.
This commit makes no semantic change; it merely splits
USE_LANGUAGES=c fortran77
into two lines, reorders, and adds comments.
However, one can then easily turn off
USE_LANGUAGES+= fortran77
and turn on
CONFIGURE_ARGS+= --disable-fortran
and build, without a fortran dependency, and observe that there are no
PLIST problems.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-11-26 18:36:50 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 3.3.3:
* Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the
bug report and patch, and to Graham Dennis for the bug report).
* Use 128-bit ARM NEON instructions instead of 64-bits. This change
appears to speed up even ARM processors with a 64-bit NEON pipe.
* Speed improvements for single-precision AVX.
* Speed up planner on machines without "official" cycle counters, such \
as ARM.
|
2012-10-24 10:57:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
If a native pthreads implementation is available, also install
libfftw3_threads. Bump PKGREVISION.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180) |
Log message:
"user-destdir" is default these days
|
2012-05-29 15:40:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.3.2:
FFTW 3.3.2
* Removed an archaic stack-alignment hack that was failing with
gcc-4.7/i386.
* Added stack-alignment hack necessary for gcc on Windows/i386. We
will regret this in ten years (see previous change).
* Fix incompatibility with Intel icc which pretends to be gcc
but does not support quad precision.
* make libfftw{threads,mpi} depend upon libfftw when using libtool;
this is consistent with most other libraries and simplifies the life
of various distributors of GNU/Linux.
|