!7 modify spec and add yaml file

Merge pull request !7 from Captain.Wei/master
This commit is contained in:
openeuler-ci-bot 2020-05-26 15:28:43 +08:00 committed by Gitee
commit e784f746a0
2 changed files with 10 additions and 2 deletions

View File

@ -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
@ -18,8 +18,9 @@ Source0: http://www.fftw.org/fftw-%{version}.tar.gz
BuildRequires: gcc-gfortran autoconf automake libtool time perl-interpreter
%global quad 0
# disable quad-precision compile tempoary
%ifarch x86_64
%global quad 1
%global quad 0
%endif
%if %{with mpich}
@ -455,6 +456,9 @@ fi
%endif
%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
- fix selfbuild fail

4
fftw.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: FFTW/fftw3
tag_prefix: ^fftw-
seperator: .