lbann: add depends_on hwloc (#5165)
This commit is contained in:
parent
fa39afb598
commit
d80c70538f
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class Lbann(CMakePackage):
|
|||
when=('build_type=Debug'))
|
||||
depends_on('cuda', when='+gpu')
|
||||
depends_on('mpi')
|
||||
depends_on('hwloc')
|
||||
depends_on('opencv@3.2.0: +openmp +core +highgui +imgproc +jpeg +png +tiff +zlib', when='+opencv')
|
||||
depends_on('protobuf@3.0.2:')
|
||||
depends_on('cnpy')
|
||||
|
|
Loading…
Reference in a new issue