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

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):