tau: add dependency on hwloc (#15589)

This commit is contained in:
eugeneswalker 2020-03-20 11:44:03 -07:00 committed by GitHub
parent 3f4d300c84
commit 2f8ff722a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ class Tau(Package):
depends_on('gasnet', when='+gasnet')
depends_on('adios2', when='+adios2')
depends_on('sqlite', when='+sqlite')
depends_on('hwloc')
# Elf only required from 2.28.1 on
conflicts('+libelf', when='@:2.28.0')