Accepting request 628220 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/628220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-sparse?expand=0&rev=2
This commit is contained in:
parent
28c94dcdbe
commit
ac38e31c42
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 16:38:21 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim irrelevant parts from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 24 17:42:59 UTC 2018 - toddrme2178@gmail.com
|
Thu May 24 17:42:59 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-scikit-sparse
|
Name: python-scikit-sparse
|
||||||
Version: 0.4.3
|
Version: 0.4.3
|
||||||
|
Release: 0
|
||||||
# For license file
|
# For license file
|
||||||
%define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b
|
%define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b
|
||||||
Release: 0
|
|
||||||
Summary: Scikits sparse matrix package
|
Summary: Scikits sparse matrix package
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@ -49,12 +49,12 @@ ExcludeArch: %{ix86}
|
|||||||
%description
|
%description
|
||||||
Sparse matrix tools.
|
Sparse matrix tools.
|
||||||
|
|
||||||
This is a home for sparse matrix code in Python that plays well with
|
This is a sparse matrix code in Python that plays well with
|
||||||
scipy.sparse, but that is somehow unsuitable for inclusion in scipy
|
scipy.sparse, but that is somehow unsuitable for inclusion in scipy
|
||||||
proper. Usually this will be because it is released under the GPL.
|
proper.
|
||||||
|
|
||||||
So far we have a wrapper for the CHOLMOD library for sparse Cholesky
|
There is a wrapper for the CHOLMOD library for sparse Cholesky
|
||||||
decomposition. Further contributions are welcome!
|
decomposition.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n scikit-sparse-%{version}
|
%setup -q -n scikit-sparse-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user