summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHadrien G <grasland@lal.in2p3.fr>2019-12-20 19:53:20 +0100
committerAdam J. Stewart <ajstewart426@gmail.com>2019-12-20 12:53:20 -0600
commit97afe560d51ef599cae514f54ba07e6834fc0d3f (patch)
treea12fb24aefb66261b0a567da18c2a85748d8302d
parentd01ceabca2375f3530b4f9e96a232f22cfe9722e (diff)
downloadspack-97afe560d51ef599cae514f54ba07e6834fc0d3f.tar.gz
spack-97afe560d51ef599cae514f54ba07e6834fc0d3f.tar.bz2
spack-97afe560d51ef599cae514f54ba07e6834fc0d3f.tar.xz
spack-97afe560d51ef599cae514f54ba07e6834fc0d3f.zip
Do not apply the unuran patch to ROOT 6.06/xy, it is not compatible (#14245)
-rw-r--r--var/spack/repos/builtin/packages/root/package.py2
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 5eb41014ca..4006b4f3e1 100644
--- a/var/spack/repos/builtin/packages/root/package.py
+++ b/var/spack/repos/builtin/packages/root/package.py
@@ -57,7 +57,7 @@ class Root(CMakePackage):
# Some ROOT versions did not honor the option to avoid building an
# internal version of unuran, _cf_
# https://github.com/root-project/ROOT/commit/3e60764f133218b6938e5aa4986de760e8f058d9.
- patch('honor-unuran-switch.patch', level=1, when='@:6.13.99')
+ patch('honor-unuran-switch.patch', level=1, when='@6.08.06:6.13.99')
# 6.16.00 fails to handle particular build option combinations, _cf_
# https://github.com/root-project/ROOT/commit/e0ae0483985d90a71a6cabd10d3622dfd1c15611.
patch('root7-webgui.patch', level=1, when='@6.16.00')