4 Commits

Author SHA256 Message Date
d917d8bb1d Accepting request 1318168 from science
OBS-URL: https://build.opensuse.org/request/show/1318168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=52
2025-11-18 14:28:40 +00:00
99ce82885c - Replace ungrammatical command with lua script to generate commands for
unpacking test sources

OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=67
2025-11-17 07:37:33 +00:00
e2b79d1aee Accepting request 1313018 from science
OBS-URL: https://build.opensuse.org/request/show/1313018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=51
2025-10-23 16:31:30 +00:00
98e5500145 - Update to 7.11.0
* LAGraph v1.2: many new experimental algorithms, LAGraph_Random in src/
  * GraphBLAS v10.1.1: risc-V vectorization, GRAPHBLAS_VANILLA (optional;
    to disable GxB extensions), and workaround for gcc compiler bug on
    Power and s390x processors.

OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=65
2025-10-22 08:32:33 +00:00
4 changed files with 21 additions and 6 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93ed4c4e546a49fc75884c3a8b807d5af4a91e39d191fbbc60a07380b12a35d1
size 95030220

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 11 15:43:43 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Replace ungrammatical command with lua script to generate commands for
unpacking test sources
-------------------------------------------------------------------
Tue Oct 21 13:42:26 UTC 2025 - Christoph G <foss@grueninger.de>
- Update to 7.11.0
* LAGraph v1.2: many new experimental algorithms, LAGraph_Random in src/
* GraphBLAS v10.1.1: risc-V vectorization, GRAPHBLAS_VANILLA (optional;
to disable GxB extensions), and workaround for gcc compiler bug on
Power and s390x processors.
-------------------------------------------------------------------
Mon Jun 9 07:28:55 UTC 2025 - Angel Yankov <angel.yankov@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package suitesparse
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
Name: suitesparse
Summary: A collection of sparse matrix libraries
License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
Version: 7.10.3
Version: 7.11.0
Release: 0
Group: Development/Libraries/C and C++
URL: https://people.engr.tamu.edu/davis/suitesparse.html
@@ -592,7 +592,7 @@ rm SPQR/Doc/spqr.pdf
cp %{SOURCE1} Mongoose/Tests/
%(for src in "$(seq 100 134)"; do tar xvf %{SOURCE$src} --strip-components=1 -C Mongoose/Matrix; tar xvf %{SOURCE$src} --strip-components=1 -C Mongoose/Tests/Matrix; end)
%{lua:for src = 100, 134 do print(rpm.expand("tar xvf %{SOURCE"..src.."} --strip-components=1 -C Mongoose/Matrix; tar xvf %{SOURCE"..src.."} --strip-components=1 -C Mongoose/Tests/Matrix\n")); end}
%build
%limit_build -m 1500