Accepting request 686405 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/686405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2019-03-24 13:56:09 +00:00 committed by Git OBS Bridge
commit df8e4e6a01
4 changed files with 25 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 18 17:36:14 UTC 2019 - Rodrigo Lourenço <guigo.lourenco@gmail.com>
- Update to 3.3.8:
* Fixed AVX, AVX2 for gcc-8.
- Release notes for 3.3.7:
* Experimental support for CMake.
* Fixes for armv7a cycle counter.
* Official support for aarch64, now that we have hardware to test it.
* Tweak usage of FMA instructions in a way that favors newer processors
(Skylake and Ryzen) over older processors (Haswell).
* tests/bench: use 64-bit precision to compute mflops.
-------------------------------------------------------------------
Mon Feb 18 17:22:34 UTC 2019 - Egbert Eich <eich@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -21,9 +21,8 @@
%define bname fftw
%define BNAME FFTW
%define pname fftw3
%define vers 3.3.6
%define _ver 3_3_6
%define pl_ext pl2
%define vers 3.3.8
%define _ver 3_3_8
#For non HPC builds only
%ifarch ppc ppc64
@ -583,6 +582,8 @@ EOF
%doc AUTHORS CONVENTIONS COPYING COPYRIGHT ChangeLog NEWS README TODO
%doc doc/*
%doc %{package_mandir}/man?/*
%dir %package_libdir/cmake
%dir %package_libdir/cmake/%{pname}
%{package_infodir}/*.info*
%{package_includedir}/fftw3.*
%{package_includedir}/fftw3q.f03
@ -591,6 +592,9 @@ EOF
%{package_libdir}/libfftw3f.so
%{package_libdir}/libfftw3l.so
%{package_libdir}/pkgconfig/*.pc
%dir %package_libdir/cmake
%dir %package_libdir/cmake/%{pname}
%{package_libdir}/cmake/%{pname}/FFTW3*.cmake
%{package_bindir}/*
%if %{without hpc}