Add conflict for mpich 3.4.x for clang <= 7" (#21326)
This commit is contained in:
parent
f9fef22ce8
commit
3172fc3681
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue