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:
parent
f408535f2d
commit
3bb9d0feb4
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user