root: Record that old versions of ROOT don't support modern GCC (#14250)

* Record that old versions of ROOT don't support modern GCC

* Well, actually I don't know about 6.07

* Fix typo and follow odd version recommendation from @chissg
This commit is contained in:
Hadrien G 2019-12-20 19:55:16 +01:00 committed by Adam J. Stewart
parent f408535f2d
commit 3bb9d0feb4

View File

@ -234,6 +234,9 @@ class Root(CMakePackage):
# See https://sft.its.cern.ch/jira/browse/ROOT-7517
conflicts('%intel')
# ROOT <6.08 was incompatible with the GCC 5+ ABI
conflicts('%gcc@5.0.0:', when='@:6.07.99')
# See README.md
conflicts('+http',
msg='HTTP server currently unsupported due to dependency issues')