This commit is contained in:
parent
e19de97300
commit
66bc2afdf7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b2c83523b1dfe5d4c894f7b2cf685bda3b77b2d467cb8409de392918ec34e41
|
||||
size 2553275
|
3
fftw-3.2.2.tar.bz2
Normal file
3
fftw-3.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e11892c45ad3aa418f0f08eaebb486f78cdb28d5dfcf88dd29aca41ded2c483a
|
||||
size 2555789
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 16 15:27:24 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to version 3.2.2:
|
||||
* Improve performance of some copy operations of complex arrays
|
||||
* Add configure flag to disable alloca()
|
||||
* Planning in FFTW_ESTIMATE mode for r2r transforms became slower
|
||||
between fftw-3.1.3 and 3.2. This regression has now been fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 17:36:12 CEST 2009 - tiwai@suse.de
|
||||
|
||||
|
65
fftw3.spec
65
fftw3.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package fftw3 (Version 3.2.1)
|
||||
# spec file for package fftw3 (Version 3.2.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,8 +21,8 @@
|
||||
Name: fftw3
|
||||
BuildRequires: fdupes gcc-fortran pkgconfig
|
||||
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
|
||||
Version: 3.2.1
|
||||
Release: 2
|
||||
Version: 3.2.2
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Scientific/Math
|
||||
Source: fftw-%{version}.tar.bz2
|
||||
@ -46,7 +46,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Productivity/Scientific/Math
|
||||
Requires: fftw3 = %{version} glibc-devel
|
||||
|
||||
@ -169,60 +169,3 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libfftw3f_threads.so
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2009 tiwai@suse.de
|
||||
- remove obsolste fdupes check in spec file
|
||||
- avoid unnecessary autoreconf
|
||||
* Mon Feb 16 2009 tiwai@suse.de
|
||||
- updated to version 3.2:
|
||||
* major version up, performance improvements and SIMD support
|
||||
* Worked around apparent glibc bug that leads to rare hangs
|
||||
* Fixed segfault due to unaligned access
|
||||
* MPI transforms not included, as they are still in alpha
|
||||
- updated to version 3.2.1:
|
||||
* Performance improvements for some multidimensional r2c/c2r
|
||||
transforms
|
||||
* Compile with icc on MacOS X, use better icc compiler flags.
|
||||
* Compilation fixes for systems where snprintf is defined as a
|
||||
macro
|
||||
* Fortran documentation now recommends not using dfftw_execute,
|
||||
because of reports of problems with various Fortran compilers
|
||||
* Some documentation clarifications
|
||||
* FAQ was accidentally omitted from 3.2 tarball.
|
||||
* Remove some extraneous (harmless) files accidentally included
|
||||
in a subdirectory of the 3.2 tarball.
|
||||
* Sat Aug 02 2008 tiwai@suse.de
|
||||
- Reduce dependency without release number.
|
||||
This allows to install packages on different media with
|
||||
different release numbers.
|
||||
* Mon Apr 16 2007 tiwai@suse.de
|
||||
- follow library packaging policy
|
||||
* move docs to devel package
|
||||
* remove static libraries
|
||||
* Sat Oct 21 2006 schwab@suse.de
|
||||
- Fix broken macro.
|
||||
* Tue Aug 22 2006 tiwai@suse.de
|
||||
- updated to version 3.1.2:
|
||||
* correct bug in configure script
|
||||
* updated FAQ
|
||||
* use -maltivec when checking for altivec.h.
|
||||
- clean up spec file, using %%configure macro.
|
||||
* Thu May 18 2006 tiwai@suse.de
|
||||
- major update to version 3.1.1:
|
||||
* fixed texi files
|
||||
* lots of configure fixes
|
||||
* clean up and optimizations
|
||||
see ChangeLog for details
|
||||
- added missing glibc-devel to Requires of devel subpackages
|
||||
- removed -fno-strict-aliasing option
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Apr 13 2005 tiwai@suse.de
|
||||
- fixed neededforbuild.
|
||||
* Tue Apr 27 2004 ro@suse.de
|
||||
- add -fno-strict-aliasing
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- add missing %%defattr and %%run_ldconfig
|
||||
* Fri Aug 29 2003 nashif@suse.de
|
||||
- #29586: info file installation in wrong post segment
|
||||
* Wed Jul 30 2003 nashif@suse.de
|
||||
- Initial release
|
||||
|
Loading…
x
Reference in New Issue
Block a user