hpl: fix conflict directive (missing '^') (#19656)
This commit is contained in:
parent
3630a8a87a
commit
68ab6b252a
@ -28,7 +28,7 @@ class Hpl(AutotoolsPackage):
|
||||
depends_on('blas')
|
||||
|
||||
# 2.3 adds support for openmpi 4
|
||||
conflicts('openmpi@4.0.0:', when='@:2.2')
|
||||
conflicts('^openmpi@4.0.0:', when='@:2.2')
|
||||
|
||||
parallel = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user