hpl: fix conflict directive (missing '^') (#19656)

This commit is contained in:
Andrew W Elble
2020-11-01 11:07:08 -05:00
committed by GitHub
parent 3630a8a87a
commit 68ab6b252a

View File

@@ -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