Accepting request 127028 from home:coolo:branches:openSUSE:Factory

fix the build of postfish

OBS-URL: https://build.opensuse.org/request/show/127028
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2012-07-03 19:03:54 +00:00 committed by Git OBS Bridge
parent 19729c3bdf
commit dfed076164
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c77fc5cda6ce868857aa565cb9b0df0d7a4fcf388ce5c6d482acd80e2452b739
size 4039988

3
fftw-3.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1236a780ca6e66fc5f8eda6ef0665d680e8253d9f01d7bf211b714a50032d01
size 3908279

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jul 3 18:31:53 UTC 2012 - coolo@suse.com
- update to 3.3.2 to fix crashes with gcc 4.7
* 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 29 14:43:58 CEST 2012 - tiwai@suse.de Tue May 29 14:43:58 CEST 2012 - tiwai@suse.de

View File

@ -23,7 +23,7 @@ BuildRequires: pkgconfig
%ifnarch s390 s390x %ifnarch s390 s390x
BuildRequires: openmpi-devel BuildRequires: openmpi-devel
%endif %endif
Version: 3.3.1 Version: 3.3.2
Release: 0 Release: 0
Summary: Discrete Fourier Transform (DFT) C Subroutine Library Summary: Discrete Fourier Transform (DFT) C Subroutine Library
License: GPL-2.0+ License: GPL-2.0+