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:
parent
51d81af750
commit
1f050993bc
@ -273,7 +273,7 @@ class Openmpi(AutotoolsPackage):
|
|||||||
|
|
||||||
depends_on('libevent@2.0:', when='@4:')
|
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:
|
# ompi@:3.0.0 doesn't support newer hwloc releases:
|
||||||
# "configure: error: OMPI does not currently support hwloc v2 API"
|
# "configure: error: OMPI does not currently support hwloc v2 API"
|
||||||
# Future ompi releases may support it, needs to be verified.
|
# Future ompi releases may support it, needs to be verified.
|
||||||
|
Loading…
Reference in New Issue
Block a user