From 439e3c11c9b293fc3011f540cd5947e14f8362d0 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Tue, 22 Apr 2025 19:02:03 +0200
Subject: [PATCH] Adding require to plumed to not get weird concretization

---
 stacks/pinot-noir/packages_stack.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/stacks/pinot-noir/packages_stack.yaml b/stacks/pinot-noir/packages_stack.yaml
index 7fda048..f3851e9 100644
--- a/stacks/pinot-noir/packages_stack.yaml
+++ b/stacks/pinot-noir/packages_stack.yaml
@@ -278,6 +278,9 @@ packages:
     require: ['+hypre', '+mumps', '+saws', '+scalapack', '+mpi', '+hdf5',
               '+suite-sparse', '+kokkos', '+openmp', '+superlu-dist']
 
+  plumed:
+    require: ['optional_modules=all', '+gsl', '+mpi']
+
   python:
     require:
     - '@3.11.7'
-- 
GitLab