added racon conflict with new versions of gcc (#31243)

This commit is contained in:
Luke Diorio-Toth 2022-06-22 20:00:27 -05:00 committed by GitHub
parent 8b85f8ec58
commit 2844f1fc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class Racon(CMakePackage):
depends_on('python', type='build')
depends_on('sse2neon', when='target=aarch64:')
conflicts('%gcc@:4.7')
conflicts('%gcc@:4.7,10.1.0:')
conflicts('%clang@:3.1')
patch('aarch64.patch', when='target=aarch64:')