openmpi: extend version range for cray flags (#28107)
Co-authored-by: mohan babu <mohbabul@amd.com>
This commit is contained in:
parent
8fdb6e2b61
commit
71cb9fd9fd
@ -685,7 +685,7 @@ def configure_args(self):
|
||||
if 'fabrics=auto' not in spec:
|
||||
config_args.extend(self.with_or_without('fabrics'))
|
||||
|
||||
if spec.satisfies('@2.0.0'):
|
||||
if spec.satisfies('@2.0.0:'):
|
||||
if 'fabrics=xpmem' in spec and 'platform=cray' in spec:
|
||||
config_args.append('--with-cray-xpmem')
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user