Remove redundant cmake dependencies (#3860)
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user