Add conflict for mpich 3.4.x for clang <= 7" (#21326)

This commit is contained in:
Harmen Stoppels 2021-01-28 02:45:38 +01:00 committed by GitHub
parent f9fef22ce8
commit 3172fc3681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,6 +187,9 @@ class Mpich(AutotoolsPackage):
conflicts('+pci', when='@:3.2~hydra')
conflicts('+libxml2', when='@:3.2~hydra')
# see https://github.com/pmodels/mpich/pull/5031
conflicts('%clang@:7', when='@3.4:')
@classmethod
def determine_version(cls, exe):
output = Executable(exe)(output=str, error=str)