Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d917d8bb1d | |||
| 99ce82885c | |||
| e2b79d1aee | |||
| 98e5500145 |
BIN
SuiteSparse-7.10.3.tar.gz
LFS
BIN
SuiteSparse-7.10.3.tar.gz
LFS
Binary file not shown.
3
SuiteSparse-7.11.0.tar.gz
Normal file
3
SuiteSparse-7.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93ed4c4e546a49fc75884c3a8b807d5af4a91e39d191fbbc60a07380b12a35d1
|
||||
size 95030220
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user