Currently ParUFactorization tests are integrated into the Core test group behind a
VERSION >= v"1.12.0-" guard, because ParU_jll cannot be added to [extras]/[targets]
on Julia 1.10 (current LTS) - it requires SuiteSparse_jll ≥ 7.8 which is only bundled
with Julia 1.12+.
Once the LTS advances to Julia 1.12, we should:
Tracked from: #895
Currently
ParUFactorizationtests are integrated into theCoretest group behind aVERSION >= v"1.12.0-"guard, becauseParU_jllcannot be added to[extras]/[targets]on Julia 1.10 (current LTS) - it requires
SuiteSparse_jll ≥ 7.8which is only bundledwith Julia 1.12+.
Once the LTS advances to Julia 1.12, we should:
ParU_jllback to[extras]and[targets]inProject.tomlVERSION >= v"1.12.0-"guard intest/runtests.jltest/paru/sub-environment (or keep it — up for discussion)Tracked from: #895