Update to 1.10.1
This commit is contained in:
parent
611db18fd3
commit
277c044f6e
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%global py_setup_args config_fc --fcompiler=gnu95 --noarch
|
||||
%global debug_package %{nil}
|
||||
Name: scipy
|
||||
Version: 1.6.2
|
||||
Version: 1.10.1
|
||||
Release: 1
|
||||
Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering
|
||||
License: Qhull and Apache-2.0
|
||||
@ -55,6 +55,7 @@ cp -a . %{py3dir}
|
||||
|
||||
|
||||
%build
|
||||
export SCIPY_USE_PYTHRAN=0
|
||||
export CFLAGS="$RPM_OPT_FLAGS -lm"
|
||||
export LDFLAGS="$RPM_LD_FLAGS -Wall -shared"
|
||||
pushd %{py3dir}
|
||||
@ -64,6 +65,7 @@ env FFLAGS="$RPM_OPT_FLAGS -fPIC -w -fallow-argument-mismatch -O2"\
|
||||
popd
|
||||
|
||||
%install
|
||||
export SCIPY_USE_PYTHRAN=0
|
||||
export CFLAGS="$RPM_OPT_FLAGS -lm"
|
||||
export LDFLAGS="$RPM_LD_FLAGS -Wall -shared"
|
||||
|
||||
@ -98,6 +100,9 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c
|
||||
%config(noreplace) /etc/ld.so.conf.d/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 10 2023 wangkai <13474090681@163.com> - 1.10.1-1
|
||||
- Update to 1.10.1
|
||||
|
||||
* Mon Dec 13 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.6.2-1
|
||||
- upgrade to 1.6.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user