From b3d82dc3a8fda9344f47e395accaeaf4bffbd561 Mon Sep 17 00:00:00 2001 From: Karol Krizka Date: Tue, 23 Jul 2024 20:12:54 +0100 Subject: ROOT should add_include_path virtual glu for consistency. (#45057) --- var/spack/repos/builtin/packages/root/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/root/package.py b/var/spack/repos/builtin/packages/root/package.py index 0d78bd79fb..d797a4c33a 100644 --- a/var/spack/repos/builtin/packages/root/package.py +++ b/var/spack/repos/builtin/packages/root/package.py @@ -771,7 +771,7 @@ class Root(CMakePackage): add_include_path("xproto") if "+opengl" in spec and "platform=darwin" not in spec: add_include_path("glew") - add_include_path("mesa-glu") + add_include_path("glu") if "platform=darwin" in spec: # Newer deployment targets cause fatal errors in rootcling, so # override with an empty value even though it may lead to link -- cgit v1.2.3-70-g09d2