From f3703ade62dbb813dff5ac8f6a64527f67b82f4d Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Fri, 19 Jul 2024 11:26:06 +0200
Subject: [PATCH] Adding LD_LIBRARY_PATH

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

diff --git a/stacks/pinot-noir-gcc/modules.yaml b/stacks/pinot-noir-gcc/modules.yaml
index 38fcc67..fd20133 100644
--- a/stacks/pinot-noir-gcc/modules.yaml
+++ b/stacks/pinot-noir-gcc/modules.yaml
@@ -1,4 +1,7 @@
 modules:
+  prefix_inspections:
+    ./lib64: [LD_LIBRARY_PATH]
+    ./lib: [LD_LIBRARY_PATH]
   default:
     enable: [lmod]
     lmod:
-- 
GitLab