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:

committed by
Adam J. Stewart

parent
038efc623d
commit
71c5b19464
@@ -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')
|
||||
|
Reference in New Issue
Block a user