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

@@ -50,7 +50,6 @@ class Libsplash(CMakePackage):
variant('mpi', default=True,
description='Enable parallel I/O (one-file aggregation) support')
depends_on('cmake', type='build')
depends_on('hdf5@1.8.6:')
depends_on('hdf5+mpi', when='+mpi')
depends_on('mpi', when='+mpi')