From ab9997dd642672110b967c574654bd028237954c Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Mon, 29 Jul 2024 16:11:17 +0200 Subject: [PATCH] Force version of suite sparse to latest --- stacks/pinot-noir/packages_stack.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stacks/pinot-noir/packages_stack.yaml b/stacks/pinot-noir/packages_stack.yaml index 21c495d..fb0d8b1 100644 --- a/stacks/pinot-noir/packages_stack.yaml +++ b/stacks/pinot-noir/packages_stack.yaml @@ -188,8 +188,7 @@ packages: - spec: '^arpack-ng +mpi' suite-sparse: - require: - - spec: '+graphblas' + require: ['@7.3.1', '+graphblas'] tk: require: ['+xft', '+xss'] -- GitLab