SuiteSparse: update to 7.10.3.

This commit is contained in:
Gonzalo Tornaría 2025-06-08 01:09:59 -03:00 committed by Andrew J. Hesford
parent c0bcd9d606
commit 4ab475a69e
2 changed files with 2 additions and 24 deletions

View file

@ -1,22 +0,0 @@
commit e483b8506640797a09ea30c126c081ea4070b2e2
Author: q66 <daniel@octaforge.org>
Date: Mon Feb 28 19:15:39 2022 +0100
prevent cpu_features from shitting itself on ppc32
diff --git a/GraphBLAS/cpu_features/src/impl_ppc_linux.c b/GraphBLAS/cpu_features/src/impl_ppc_linux.c
index 13a381a..fa72eee 100644
--- a/GraphBLAS/cpu_features/src/impl_ppc_linux.c
+++ b/GraphBLAS/cpu_features/src/impl_ppc_linux.c
@@ -69,6 +69,11 @@
LINE(PPC_SCV, scv, "scv", 0, PPC_FEATURE2_SCV) \
LINE(PPC_HTM_NO_SUSPEND, htm_no_suspend, "htm-no-suspend", 0, \
PPC_FEATURE2_HTM_NO_SUSPEND)
+
+#ifdef PPC
+#undef PPC
+#endif
+
#define INTROSPECTION_PREFIX PPC
#define INTROSPECTION_ENUM_PREFIX PPC
#include "define_introspection_and_hwcaps.inl"

View file

@ -1,6 +1,6 @@
# Template file for 'SuiteSparse'
pkgname=SuiteSparse
version=7.10.1
version=7.10.3
revision=1
build_style=cmake
hostmakedepends="cmake gcc-fortran"
@ -12,7 +12,7 @@ license="custom:multiple"
homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
checksum=9e2974e22dba26a3cffe269731339ae8e01365cfe921b06be6359902bd05862c
checksum=09e7bcc8e5de0a5b55d2ae9fd6378d5f4dc1b85a933593339a0872b24e2cc102
build_options="openblas"