Record a new ROOT/GCC incompatibility (#14371)
This commit is contained in:
parent
3e8b4a9b24
commit
11501532d3
1 changed files with 4 additions and 0 deletions
|
@ -237,6 +237,10 @@ class Root(CMakePackage):
|
||||||
# ROOT <6.08 was incompatible with the GCC 5+ ABI
|
# ROOT <6.08 was incompatible with the GCC 5+ ABI
|
||||||
conflicts('%gcc@5.0.0:', when='@:6.07.99')
|
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
|
# See README.md
|
||||||
conflicts('+http',
|
conflicts('+http',
|
||||||
msg='HTTP server currently unsupported due to dependency issues')
|
msg='HTTP server currently unsupported due to dependency issues')
|
||||||
|
|
Loading…
Reference in a new issue