openmpi: fix concretization (#18233)

This commit is contained in:
Harmen Stoppels 2020-08-24 19:05:39 +02:00 committed by GitHub
parent 53cfca1f59
commit 17f7d9f44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,7 @@ class Openmpi(AutotoolsPackage):
depends_on('pkgconfig', type='build')
depends_on('hwloc')
depends_on('hwloc', when='@4:')
# ompi@:3.0.0 doesn't support newer hwloc releases:
# "configure: error: OMPI does not currently support hwloc v2 API"
depends_on('hwloc@:1.999', when='@:3.999.999')