fix selfbuild

This commit is contained in:
zhanglu 2020-01-15 15:29:47 +08:00
parent cb023761da
commit d94414280d

View File

@ -1,5 +1,5 @@
%bcond_without openmpi %bcond_with openmpi
%bcond_without mpich %bcond_with mpich
%if %{with mpich} %if %{with mpich}
%global mpi_list %{?mpi_list} mpich %global mpi_list %{?mpi_list} mpich
@ -10,7 +10,7 @@
Name: fftw Name: fftw
Version: 3.3.8 Version: 3.3.8
Release: 5 Release: 6
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
@ -443,6 +443,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 zhangrui <zhangrui182@huawei.com> - 3.3.8-6
- fix selfbuild fail
* Thu Dec 19 2019 zhujunhao <zhujunhao5@huawei.com> - 3.3.8-5 * Thu Dec 19 2019 zhujunhao <zhujunhao5@huawei.com> - 3.3.8-5
- Modify for x86 build fail - Modify for x86 build fail