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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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