From f83d47442dade012b1019840181b8dd459fd8edd Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 2 Jan 2023 10:56:34 -0600 Subject: dd4hep: depends_on root +x +opengl when +utilityapps (#34765) UtilityApps builds teveDisplay and fails when ROOT has no ROOT::Gui and ROOT::Eve targets. --- var/spack/repos/builtin/packages/dd4hep/package.py | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3-70-g09d2