openmpi: do not over specify hwloc version dep (#22498)

related to #22497

Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
This commit is contained in:
Howard Pritchard 2021-03-24 10:29:26 -06:00 committed by GitHub
parent 51d81af750
commit 1f050993bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ class Openmpi(AutotoolsPackage):
depends_on('libevent@2.0:', when='@4:')
depends_on('hwloc@2.0:', when='@4: ~internal-hwloc')
depends_on('hwloc@2:', when='@4: ~internal-hwloc')
# ompi@:3.0.0 doesn't support newer hwloc releases:
# "configure: error: OMPI does not currently support hwloc v2 API"
# Future ompi releases may support it, needs to be verified.