Remove cmake build dep from CMakePackages (#2684)

This commit is contained in:
Adam J. Stewart
2017-01-15 05:18:52 -06:00
committed by Todd Gamblin
parent 7fce4c5083
commit f2d4c15395
10 changed files with 1 additions and 18 deletions

View File

@@ -28,7 +28,7 @@
class Xsdktrilinos(CMakePackage):
"""xSDKTrilinos contains the portions of Trilinos that depend on PETSc
because they would cause a circular dependency if built as part of
because they would cause a circular dependency if built as part of
Trilinos.
"""
homepage = "https://trilinos.org/"
@@ -51,8 +51,6 @@ def url_for_version(self, version):
variant('debug', default=False,
description='Builds a debug version of the libraries')
depends_on('cmake', type='build')
# MPI related dependencies
depends_on('mpi')
depends_on('hypre~internal-superlu', when='+hypre')