Subject: CVS commit: pkgsrc/math/suitesparse
From: Jason Bacon
Date: 2024-12-19 13:10:36
Message id: 20241219121036.6282CFC1D@cvs.NetBSD.org

Log Message:
math/suitesparse: Unbreak build on Alma 8

Some versions of GCC error out with omp default(none) shared(X)
when X is defined as const, stating that shared is predetermined.
Since const is only a compile-time check, and the code is
already build-tested with const, we can remove it without
altering runtime behavior.

Files:
RevisionActionfile
1.5modifypkgsrc/math/suitesparse/distinfo
1.1addpkgsrc/math/suitesparse/patches/patch-ParU_Source_paru__init__rowFronts.cpp