From d02d3a4a4c9f0a9bc11efc7e225d10fef23dd9ba Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 12 Jul 2024 21:51:22 +0000
Subject: [PATCH] fix: glew gl=glx -> gl: require: glx (spack#44307)

---
 spack-environment/packages.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index e77e8f528..253428944 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -144,9 +144,9 @@ packages:
     - '@11.2.1.east'
     - cxxstd=20 -vecgeom +threads -vtk
     - any_of: [+opengl +qt +x11, -opengl -qt -x11]
-  glew:
+  gl:
     require:
-    - gl=glx
+    - glx
   gloo:
     require:
     - '@2023-05-19'
-- 
GitLab