added racon conflict with new versions of gcc (#31243)
This commit is contained in:
parent
8b85f8ec58
commit
2844f1fc45
@ -27,7 +27,7 @@ class Racon(CMakePackage):
|
|||||||
depends_on('python', type='build')
|
depends_on('python', type='build')
|
||||||
depends_on('sse2neon', when='target=aarch64:')
|
depends_on('sse2neon', when='target=aarch64:')
|
||||||
|
|
||||||
conflicts('%gcc@:4.7')
|
conflicts('%gcc@:4.7,10.1.0:')
|
||||||
conflicts('%clang@:3.1')
|
conflicts('%clang@:3.1')
|
||||||
|
|
||||||
patch('aarch64.patch', when='target=aarch64:')
|
patch('aarch64.patch', when='target=aarch64:')
|
||||||
|
Loading…
Reference in New Issue
Block a user