From 596003402a44e64eee871e547476762420cbcea8 Mon Sep 17 00:00:00 2001 From: Captain Wei Date: Mon, 11 May 2020 14:32:18 +0800 Subject: [PATCH 1/4] add yaml file --- fftw.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fftw.yaml diff --git a/fftw.yaml b/fftw.yaml new file mode 100644 index 0000000..e4e1a0f --- /dev/null +++ b/fftw.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: FFTW/fftw3 +tag_prefix: ^fftw- +seperator: . From 3be412a06d52632852d1fde3d818e16c4c62477b Mon Sep 17 00:00:00 2001 From: Captain Date: Tue, 26 May 2020 14:20:56 +0800 Subject: [PATCH 2/4] disable quad-precision compile tempoary --- fftw.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fftw.spec b/fftw.spec index 638cbd3..ff20dd4 100644 --- a/fftw.spec +++ b/fftw.spec @@ -18,9 +18,10 @@ Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRequires: gcc-gfortran autoconf automake libtool time perl-interpreter %global quad 0 -%ifarch x86_64 -%global quad 1 -%endif +# disable quad-precision compile tempoary +#%ifarch x86_64 +#%global quad 1 +#%endif %if %{with mpich} BuildRequires: mpich-devel nss-myhostname From 6e91990b07aa271381315574df1629b59c1761ac Mon Sep 17 00:00:00 2001 From: Captain Date: Tue, 26 May 2020 14:30:34 +0800 Subject: [PATCH 3/4] add changelog --- fftw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fftw.spec b/fftw.spec index ff20dd4..fa5be43 100644 --- a/fftw.spec +++ b/fftw.spec @@ -10,7 +10,7 @@ Name: fftw Version: 3.3.8 -Release: 6 +Release: 7 Summary: A C subroutine library for computing the discrete Fourier transform License: GPLv2+ URL: http://www.fftw.org @@ -456,6 +456,9 @@ fi %endif %changelog +* Tue May 26 2020 Captain Wei - 3.3.8-7 +- isable quad-precision compile tempoary + * Wed Jan 15 2020 zhangrui - 3.3.8-6 - fix selfbuild fail From fc568ed3be9e34523600f54949e748e48b2da569 Mon Sep 17 00:00:00 2001 From: Captain Date: Tue, 26 May 2020 15:05:25 +0800 Subject: [PATCH 4/4] disable quad-precision compile tempoary again --- fftw.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fftw.spec b/fftw.spec index fa5be43..827c378 100644 --- a/fftw.spec +++ b/fftw.spec @@ -19,9 +19,9 @@ BuildRequires: gcc-gfortran autoconf automake libtool time perl-interpreter %global quad 0 # disable quad-precision compile tempoary -#%ifarch x86_64 -#%global quad 1 -#%endif +%ifarch x86_64 +%global quad 0 +%endif %if %{with mpich} BuildRequires: mpich-devel nss-myhostname