diff --git a/srcpkgs/SuiteSparse/patches/ppc32.patch b/srcpkgs/SuiteSparse/patches/ppc32.patch deleted file mode 100644 index 234fa06d013..00000000000 --- a/srcpkgs/SuiteSparse/patches/ppc32.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit e483b8506640797a09ea30c126c081ea4070b2e2 -Author: q66 -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" diff --git a/srcpkgs/SuiteSparse/template b/srcpkgs/SuiteSparse/template index 72ba1c93881..7738a7b1c79 100644 --- a/srcpkgs/SuiteSparse/template +++ b/srcpkgs/SuiteSparse/template @@ -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"