summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/dd4hep/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/dd4hep/package.py b/var/spack/repos/builtin/packages/dd4hep/package.py
index aa6d4a4f50..771815514e 100644
--- a/var/spack/repos/builtin/packages/dd4hep/package.py
+++ b/var/spack/repos/builtin/packages/dd4hep/package.py
@@ -140,6 +140,7 @@ class Dd4hep(CMakePackage):
depends_on("boost +system +filesystem", when="%gcc@:7")
depends_on("root @6.08: +gdml +math +python")
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+ddeve")
+ depends_on("root @6.08: +gdml +math +python +x +opengl", when="+utilityapps")
extends("python")
depends_on("xerces-c", when="+xercesc")