Elemental fix (#5067)

* Added a package for the MDAnalysis toolkit.

* Added additional packages that Elemental depends on.

* Changed LBANN to not ask for the scalapack variant in Elemental.

* Removed variant control on scalapack
This commit is contained in:
Brian Van Essen
2017-08-11 06:29:24 -07:00
committed by Adam J. Stewart
parent 038efc623d
commit 71c5b19464
2 changed files with 5 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ class Lbann(CMakePackage):
description='The build type to build',
values=('Debug', 'Release'))
depends_on('elemental +openmp_blas +scalapack +shared +int64')
depends_on('elemental +openmp_blas +scalapack +shared +int64 build_type=Debug',
depends_on('elemental +openmp_blas +shared +int64')
depends_on('elemental +openmp_blas +shared +int64 build_type=Debug',
when=('build_type=Debug'))
depends_on('cuda', when='+gpu')
depends_on('mpi')