diff options
author | Seth R. Johnson <johnsonsr@ornl.gov> | 2021-05-28 10:48:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 10:48:06 -0400 |
commit | a975cad6c6f30c2a623519d37ac25734b9208a63 (patch) | |
tree | 4cb89d792af945acd6af3c95344477c2df5ab10e /var | |
parent | 27c8aac3b6e81f71000764f0d190c628ec3d280d (diff) | |
download | spack-a975cad6c6f30c2a623519d37ac25734b9208a63.tar.gz spack-a975cad6c6f30c2a623519d37ac25734b9208a63.tar.bz2 spack-a975cad6c6f30c2a623519d37ac25734b9208a63.tar.xz spack-a975cad6c6f30c2a623519d37ac25734b9208a63.zip |
root: disable afterimage when ~x (#23962)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/root/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |