From a975cad6c6f30c2a623519d37ac25734b9208a63 Mon Sep 17 00:00:00 2001 From: "Seth R. Johnson" Date: Fri, 28 May 2021 10:48:06 -0400 Subject: root: disable afterimage when ~x (#23962) --- var/spack/repos/builtin/packages/root/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/root/package.py b/var/spack/repos/builtin/packages/root/package.py index 9b8f4c1123..2bbe8300e2 100644 --- a/var/spack/repos/builtin/packages/root/package.py +++ b/var/spack/repos/builtin/packages/root/package.py @@ -359,7 +359,7 @@ class Root(CMakePackage): # Options related to ROOT's ability to download and build its own # dependencies. Per Spack convention, this should generally be avoided. options += [ - define('builtin_afterimage', True), + define_from_variant('builtin_afterimage', 'x'), define('builtin_cfitsio', False), define('builtin_davix', False), define('builtin_fftw3', False), -- cgit v1.2.3-60-g2f50