Accepting request 539510 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/539510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=37
This commit is contained in:
commit
aa4615682a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ecfe1b04732ec3f5b7d279fdb8efcad536d555f9d1e8fabd027037d45ea8bcf
|
|
||||||
size 4148447
|
|
3
fftw-3.3.6-pl2.tar.gz
Normal file
3
fftw-3.3.6-pl2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5de35c5c824a78a058ca54278c706cdf3d4abba1c56b63531c2cb05f5d57da2
|
||||||
|
size 4185261
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 11:33:09 UTC 2017 - eich@suse.com
|
||||||
|
|
||||||
|
- update to 3.3.6-pl2
|
||||||
|
* Bugfix: MPI Fortran-03 headers were missing in FFTW 3.3.6-pl1.
|
||||||
|
* Bugfix: FFTW 3.3.6 had the wrong libtool version number, and generated
|
||||||
|
shared libraries of the form libfftw3.so.2.6.6 instead of
|
||||||
|
libfftw3.so.3.*.
|
||||||
|
* The fftw_make_planner_thread_safe() API introduced in 3.3.5 didn't
|
||||||
|
work, and this 3.3.6 fixes it. Sorry about that.
|
||||||
|
* compilation fixes for IBM XLC
|
||||||
|
* compilation fixes for threads on Windows
|
||||||
|
* fix SIMD autodetection on amd64 when (_MSC_VER > 1500)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 23 11:51:13 UTC 2017 - eich@suse.com
|
Mon Oct 23 11:51:13 UTC 2017 - eich@suse.com
|
||||||
|
|
||||||
@ -36,7 +50,7 @@ Thu Sep 7 07:46:53 UTC 2017 - cgoll@suse.com
|
|||||||
- rewrote for hpc library support
|
- rewrote for hpc library support
|
||||||
* added environment modules
|
* added environment modules
|
||||||
* reduced number of hpc realted packages to two
|
* reduced number of hpc realted packages to two
|
||||||
|
(FATE#321716).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 1 22:03:49 UTC 2016 - mardnh@gmx.de
|
Mon Aug 1 22:03:49 UTC 2016 - mardnh@gmx.de
|
||||||
|
11
fftw3.spec
11
fftw3.spec
@ -21,8 +21,9 @@
|
|||||||
%define bname fftw
|
%define bname fftw
|
||||||
%define BNAME FFTW
|
%define BNAME FFTW
|
||||||
%define pname fftw3
|
%define pname fftw3
|
||||||
%define vers 3.3.5
|
%define vers 3.3.6
|
||||||
%define _ver 3_3_5
|
%define _ver 3_3_6
|
||||||
|
%define pl_ext pl2
|
||||||
|
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
|
|
||||||
@ -105,13 +106,13 @@ ExclusiveArch: do_not_build
|
|||||||
Name: %package_name
|
Name: %package_name
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Version: 3.3.5
|
Version: %vers
|
||||||
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+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://www.fftw.org
|
Url: http://www.fftw.org
|
||||||
Source: http://www.fftw.org/fftw-%{version}.tar.gz
|
Source: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz
|
||||||
Source1: %{pname}-rpmlintrc
|
Source1: %{pname}-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(pre): %install_info_prereq
|
Requires(pre): %install_info_prereq
|
||||||
@ -261,7 +262,7 @@ data, and of arbitrary input size.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{bname}-%{version}
|
%setup -q -n %{bname}-%{version}%{?pl_ext:-%{pl_ext}}
|
||||||
|
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
cat > %{_sourcedir}/baselibs.conf <<EOF
|
cat > %{_sourcedir}/baselibs.conf <<EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user