Remove redundant cmake dependencies (#3860)

This commit is contained in:
Adam J. Stewart
2017-04-16 12:23:26 -05:00
committed by GitHub
parent 675a67e2ca
commit cc747d6b6f
5 changed files with 0 additions and 9 deletions

View File

@@ -62,7 +62,6 @@ class Elemental(CMakePackage):
variant('scalapack', default=False,
description='Build with ScaLAPACK library')
depends_on('cmake', type='build')
# Note that this forces us to use OpenBLAS until #1712 is fixed
depends_on('blas', when='~openmp_blas ~int64_blas')
# Hack to forward variant to openblas package