summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2020-11-10 04:29:21 -0600
committerGitHub <noreply@github.com>2020-11-10 10:29:21 +0000
commit2913903e6aa0478ca8de662bac1ddcc6ec88f85a (patch)
tree8d812c71840e6519e707b1e4a69b3755504f2624
parent0183a51c6c570fa74015c1b542290c585b35e3a3 (diff)
downloadspack-2913903e6aa0478ca8de662bac1ddcc6ec88f85a.tar.gz
spack-2913903e6aa0478ca8de662bac1ddcc6ec88f85a.tar.bz2
spack-2913903e6aa0478ca8de662bac1ddcc6ec88f85a.tar.xz
spack-2913903e6aa0478ca8de662bac1ddcc6ec88f85a.zip
[geant4] depends_on glu when +opengl (#19821)
-rw-r--r--var/spack/repos/builtin/packages/geant4/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/geant4/package.py b/var/spack/repos/builtin/packages/geant4/package.py
index 7c12a9f26e..a8e6ea73fd 100644
--- a/var/spack/repos/builtin/packages/geant4/package.py
+++ b/var/spack/repos/builtin/packages/geant4/package.py
@@ -84,6 +84,7 @@ class Geant4(CMakePackage):
# Visualization driver dependencies
depends_on("gl", when='+opengl')
+ depends_on("glu", when='+opengl')
depends_on("glx", when='+opengl+x11')
depends_on("libx11", when='+x11')
depends_on("libxmu", when='+x11')