Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
91ec27e71e |
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@ scipy-0.7.2.tar.gz
|
||||
/scipy-0.16.1.tar.gz
|
||||
/scipy-0.17.0.tar.gz
|
||||
/scipy-0.18.0.tar.xz
|
||||
/scipy.spec
|
||||
/scipy-0.18.1.tar.xz
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Summary: Scientific Tools for Python
|
||||
Name: scipy
|
||||
Version: 0.18.0
|
||||
Version: 0.18.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -19,7 +19,7 @@ Group: Development/Libraries
|
||||
# Public Domain -- scipy/odr/__odrpack.c
|
||||
License: BSD and Boost and Public Domain
|
||||
Url: http://www.scipy.org/scipylib/index.html
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.xz
|
||||
Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.xz
|
||||
|
||||
BuildRequires: numpy, python2-devel,f2py
|
||||
BuildRequires: fftw-devel, blas-devel, lapack-devel, suitesparse-devel
|
||||
@ -161,6 +161,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Wed Jun 07 2017 Christian Dersch <lupinix@mailbox.org> - 0.18.1-1
|
||||
- new version
|
||||
|
||||
* Tue Jul 26 2016 Than Ngo <than@redhat.com> - 0.18.0-1
|
||||
- 0.18.0
|
||||
- %%check: make non-fatal as temporary workaround for scipy build on arm
|
||||
|
Loading…
Reference in New Issue
Block a user