!7 modify spec and add yaml file
Merge pull request !7 from Captain.Wei/master
This commit is contained in:
commit
e784f746a0
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: fftw
|
Name: fftw
|
||||||
Version: 3.3.8
|
Version: 3.3.8
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: A C subroutine library for computing the discrete Fourier transform
|
Summary: A C subroutine library for computing the discrete Fourier transform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.fftw.org
|
URL: http://www.fftw.org
|
||||||
@ -18,8 +18,9 @@ Source0: http://www.fftw.org/fftw-%{version}.tar.gz
|
|||||||
BuildRequires: gcc-gfortran autoconf automake libtool time perl-interpreter
|
BuildRequires: gcc-gfortran autoconf automake libtool time perl-interpreter
|
||||||
|
|
||||||
%global quad 0
|
%global quad 0
|
||||||
|
# disable quad-precision compile tempoary
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%global quad 1
|
%global quad 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with mpich}
|
%if %{with mpich}
|
||||||
@ -455,6 +456,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 26 2020 Captain Wei <captain.a.wei@gmail.com> - 3.3.8-7
|
||||||
|
- isable quad-precision compile tempoary
|
||||||
|
|
||||||
* Wed Jan 15 2020 zhangrui <zhangrui182@huawei.com> - 3.3.8-6
|
* Wed Jan 15 2020 zhangrui <zhangrui182@huawei.com> - 3.3.8-6
|
||||||
- fix selfbuild fail
|
- fix selfbuild fail
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user