fix build error
This commit is contained in:
parent
e784f746a0
commit
cf163e320d
@ -1,3 +1,4 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
%bcond_with openmpi
|
%bcond_with openmpi
|
||||||
%bcond_with mpich
|
%bcond_with mpich
|
||||||
|
|
||||||
@ -10,7 +11,7 @@
|
|||||||
|
|
||||||
Name: fftw
|
Name: fftw
|
||||||
Version: 3.3.8
|
Version: 3.3.8
|
||||||
Release: 7
|
Release: 8
|
||||||
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
|
||||||
@ -358,8 +359,10 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/fftw*-wisdom*
|
%{_bindir}/fftw*-wisdom*
|
||||||
|
%exclude /usr/lib/debug/usr/bin/fftw*-wisdom*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
|
%exclude /usr/lib/debug/usr/lib64/
|
||||||
|
|
||||||
%files libs-single
|
%files libs-single
|
||||||
%license COPYING COPYRIGHT
|
%license COPYING COPYRIGHT
|
||||||
@ -456,6 +459,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 baizhonggui <baizhonggui@huawei.com> - 3.3.8-8
|
||||||
|
- fix build fail
|
||||||
|
|
||||||
* Tue May 26 2020 Captain Wei <captain.a.wei@gmail.com> - 3.3.8-7
|
* Tue May 26 2020 Captain Wei <captain.a.wei@gmail.com> - 3.3.8-7
|
||||||
- isable quad-precision compile tempoary
|
- isable quad-precision compile tempoary
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user