!20 Update package scipy of version 1.8.0
From: @renliang16 Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
39e0ed538e
Binary file not shown.
12
scipy.spec
12
scipy.spec
@ -1,7 +1,6 @@
|
|||||||
%global py_setup_args config_fc --fcompiler=gnu95 --noarch
|
%global _empty_manifest_terminate_build 0
|
||||||
%global debug_package %{nil}
|
|
||||||
Name: scipy
|
Name: scipy
|
||||||
Version: 1.6.2
|
Version: 1.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
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: Qhull and Apache-2.0
|
License: Qhull and Apache-2.0
|
||||||
@ -56,6 +55,7 @@ cp -a . %{py3dir}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -lm"
|
export CFLAGS="$RPM_OPT_FLAGS -lm"
|
||||||
|
export SCIPY_USE_PYTHRAN=0
|
||||||
export LDFLAGS="$RPM_LD_FLAGS -Wall -shared"
|
export LDFLAGS="$RPM_LD_FLAGS -Wall -shared"
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
env FFLAGS="$RPM_OPT_FLAGS -fPIC -w -fallow-argument-mismatch -O2"\
|
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
|
%files -n python3-scipy
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python3_sitearch}/scipy
|
%{python3_sitelib}/*.egg-info
|
||||||
%{python3_sitearch}/*.egg-info
|
|
||||||
%config(noreplace) /etc/ld.so.conf.d/*
|
%config(noreplace) /etc/ld.so.conf.d/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 13 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.6.2-1
|
||||||
- upgrade to 1.6.2
|
- upgrade to 1.6.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user