!20 Update package scipy of version 1.8.0

From: @renliang16 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-07-19 03:49:45 +00:00 committed by Gitee
commit 39e0ed538e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 17 additions and 15 deletions

View File

@ -1,7 +1,6 @@
%global py_setup_args config_fc --fcompiler=gnu95 --noarch
%global debug_package %{nil}
%global _empty_manifest_terminate_build 0
Name: scipy
Version: 1.6.2
Version: 1.8.0
Release: 1
Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering
License: Qhull and Apache-2.0
@ -56,6 +55,7 @@ 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,11 +93,13 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c
%files -n python3-scipy
%license LICENSE.txt
%{python3_sitearch}/scipy
%{python3_sitearch}/*.egg-info
%{python3_sitelib}/*.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