Record a new ROOT/GCC incompatibility (#14371)

This commit is contained in:
Hadrien G 2020-01-08 04:35:47 +01:00 committed by Patrick Gartung
parent 3e8b4a9b24
commit 11501532d3

View file

@ -237,6 +237,10 @@ class Root(CMakePackage):
# ROOT <6.08 was incompatible with the GCC 5+ ABI
conflicts('%gcc@5.0.0:', when='@:6.07.99')
# The version of Clang featured in ROOT <6.12 fails to build with
# GCC 9.2.1, which we can safely extrapolate to the GCC 9 series.
conflicts('%gcc@9.0.0:', when='@:6.11.99')
# See README.md
conflicts('+http',
msg='HTTP server currently unsupported due to dependency issues')