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.
Revision | Action | file |
1.5 | modify | pkgsrc/math/suitesparse/distinfo |
1.1 | add | pkgsrc/math/suitesparse/patches/patch-ParU_Source_paru__init__rowFronts.cpp |