Diffutils: Conflict nvhpc when not 3.7 (#29420)

This commit is contained in:
kwryankrattiger 2022-03-09 10:27:19 -06:00 committed by GitHub
parent 30a9bfe38f
commit 2dd9414bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ class Diffutils(AutotoolsPackage, GNUMirrorPackage):
patch('nvhpc.patch', when='@3.7 %nvhpc')
conflicts('%nvhpc', when='@:3.6,3.8:')
depends_on('iconv')
def setup_build_environment(self, env):