mpich: conflict no longer necessary with clang (#24013)

This commit is contained in:
Harmen Stoppels 2021-06-01 14:16:25 +02:00 committed by GitHub
parent f8794afcbd
commit 4c3d58ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ class Mpich(AutotoolsPackage):
conflicts('+libxml2', when='@:3.2~hydra')
# see https://github.com/pmodels/mpich/pull/5031
conflicts('%clang@:7', when='@3.4:')
conflicts('%clang@:7', when='@3.4:3.4.1')
@run_after('configure')
def patch_cce(self):