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

@@ -55,10 +55,6 @@ class Symengine(CMakePackage):
variant('shared', default=True,
description='Enables the build of shared libraries')
# Build dependencies
depends_on('cmake', type='build')
# Other dependencies
# NOTE: mpir is a drop-in replacement for gmp
# NOTE: [mpc,mpfr,flint,piranha] could also be built against mpir
depends_on('boost', when='+boostmp')