Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:inescid:grid
python-scikit-sparse
python-scikit-sparse.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-scikit-sparse.spec of Package python-scikit-sparse
# # spec file for package python-scikit-sparse # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # # For license file %define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b Name: python-scikit-sparse Version: 0.4.12 Release: 0 Summary: Scikits sparse matrix package License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Languages/Python URL: https://github.com/scikit-sparse/scikit-sparse/ Source: https://files.pythonhosted.org/packages/source/s/scikit-sparse/scikit-sparse-%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/scikit-sparse/scikit-sparse/pull/102 Fix breaking changes in isspmatrix of scipy >=1.11.0 Patch0: scipy111.patch # PATCH-FIX-UPSTREAM scikit-sparse-py312.patch gh#scikit-sparse/scikit-sparse#105 Patch1: scikit-sparse-py312.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel >= 1.13.3} BuildRequires: %{python_module pip} BuildRequires: %{python_module scipy >= 0.19} BuildRequires: %{python_module setuptools >= 18.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: suitesparse-devel Requires: python-numpy >= 1.13.3 Requires: python-scipy >= 0.18 ExcludeArch: %{ix86} # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION %python_subpackages %description Sparse matrix tools. This is a sparse matrix code in Python that plays well with scipy.sparse, but that is somehow unsuitable for inclusion in scipy proper. There is a wrapper for the CHOLMOD library for sparse Cholesky decomposition. %prep %autosetup -p1 -n scikit-sparse-%{version} %build export CFLAGS="%{optflags}" %pyproject_wheel %install %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check %pytest_arch -ra --pyargs sksparse %files %{python_files} %doc README.md %license LICENSE.txt %{python_sitearch}/sksparse %{python_sitearch}/scikit_sparse-%{version}*-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor