Skip to content
Snippets Groups Projects
Commit 3bb9d0fe authored by Hadrien G's avatar Hadrien G Committed by Adam J. Stewart
Browse files

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
parent f408535f
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment