From fa5aaac92a348d3d7f7115afd3dc0d83b569ba1e30cd1a7819bfabe1daf17831 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 17 Dec 2012 11:54:30 +0000 Subject: [PATCH] Accepting request 145585 from home:cowsandmilk:branches:multimedia:libs update to fftw 3.3.3 OBS-URL: https://build.opensuse.org/request/show/145585 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=38 --- fftw-3.3.2.tar.gz | 3 --- fftw-3.3.3.tar.gz | 3 +++ fftw3.changes | 14 ++++++++++++++ fftw3.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 fftw-3.3.2.tar.gz create mode 100644 fftw-3.3.3.tar.gz diff --git a/fftw-3.3.2.tar.gz b/fftw-3.3.2.tar.gz deleted file mode 100644 index 6f0bff4..0000000 --- a/fftw-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1236a780ca6e66fc5f8eda6ef0665d680e8253d9f01d7bf211b714a50032d01 -size 3908279 diff --git a/fftw-3.3.3.tar.gz b/fftw-3.3.3.tar.gz new file mode 100644 index 0000000..21aad19 --- /dev/null +++ b/fftw-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cdfc0a0ba10d8fa4f0f8e733aac1a5936c859832a9e3d5c0731fb5c54a97f3 +size 3920661 diff --git a/fftw3.changes b/fftw3.changes index a1215e7..ba7dd0c 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Dec 16 19:26:48 UTC 2012 - dhall@wustl.edu + +- update to version 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-bit instructions. 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. + ------------------------------------------------------------------- Tue Jul 3 18:31:53 UTC 2012 - coolo@suse.com diff --git a/fftw3.spec b/fftw3.spec index 665f0a9..4cc41f7 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -23,7 +23,7 @@ BuildRequires: pkgconfig %ifnarch s390 s390x BuildRequires: openmpi-devel %endif -Version: 3.3.2 +Version: 3.3.3 Release: 0 Summary: Discrete Fourier Transform (DFT) C Subroutine Library License: GPL-2.0+