Revert "Update package scipy of version 1.8.0"

This reverts commit cbcc4a81c601078e20cfe6e60459ca75bd3bbc03.
This commit is contained in:
huangtianhua 2022-07-19 17:21:17 +08:00
parent 39e0ed538e
commit 2f7e1d2a0b
2 changed files with 15 additions and 17 deletions

View File

@ -1,6 +1,7 @@
%global _empty_manifest_terminate_build 0
%global py_setup_args config_fc --fcompiler=gnu95 --noarch
%global debug_package %{nil}
Name: scipy
Version: 1.8.0
Version: 1.6.2
Release: 1
Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering
License: Qhull and Apache-2.0
@ -55,7 +56,6 @@ cp -a . %{py3dir}
%build
export CFLAGS="$RPM_OPT_FLAGS -lm"
export SCIPY_USE_PYTHRAN=0
export LDFLAGS="$RPM_LD_FLAGS -Wall -shared"
pushd %{py3dir}
env FFLAGS="$RPM_OPT_FLAGS -fPIC -w -fallow-argument-mismatch -O2"\
@ -93,13 +93,11 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c
%files -n python3-scipy
%license LICENSE.txt
%{python3_sitelib}/*.egg-info
%{python3_sitearch}/scipy
%{python3_sitearch}/*.egg-info
%config(noreplace) /etc/ld.so.conf.d/*
%changelog
* Tue Jul 12 2022 renliang16 <renliang@uniontech.com> - 1.8.0-1
- Upgrade package scipy to version 1.8.0
* Mon Dec 13 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.6.2-1
- upgrade to 1.6.2