Completing build dependencies to fix git commands missing error

This commit is contained in:
hht8 2021-06-02 15:46:08 +08:00
parent a48e51d24d
commit c5549ec16d

View File

@ -2,14 +2,14 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: scipy Name: scipy
Version: 1.2.2 Version: 1.2.2
Release: 3 Release: 4
Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering
License: BSD, MIT, Boost and Public Domain License: BSD, MIT, Boost and Public Domain
URL: https://www.scipy.org URL: https://www.scipy.org
Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz
BuildRequires: python3-devel python3-numpy >= 1.8.2 python3-numpy-f2py BuildRequires: python3-devel python3-numpy >= 1.8.2 python3-numpy-f2py
BuildRequires: gcc-c++ openblas-devel gcc-gfortran BuildRequires: gcc-c++ openblas-devel gcc-gfortran git
%description %description
SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering.
@ -78,6 +78,9 @@ popd
%{python3_sitearch}/*.egg-info %{python3_sitearch}/*.egg-info
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.2.2-4
- Completing build dependencies to fix git commands missing error
* Tue Oct 27 2020 huanghaitao <huanghaitao8@openeuler.org> - 1.2.2-3 * Tue Oct 27 2020 huanghaitao <huanghaitao8@openeuler.org> - 1.2.2-3
- Disable python2 module - Disable python2 module