From 97afe560d51ef599cae514f54ba07e6834fc0d3f Mon Sep 17 00:00:00 2001 From: Hadrien G Date: Fri, 20 Dec 2019 19:53:20 +0100 Subject: Do not apply the unuran patch to ROOT 6.06/xy, it is not compatible (#14245) --- 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 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') -- cgit v1.2.3-60-g2f50