Silo: depend on Non-mpi hdf5 (#7275)

See #7255 for discussion
This commit is contained in:
Christoph Junghans 2018-02-17 19:37:06 -07:00 committed by GitHub
parent 151f305ddc
commit d849740b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ class Silo(Package):
variant('pic', default=True, variant('pic', default=True,
description='Produce position-independent code (for shared libs)') description='Produce position-independent code (for shared libs)')
depends_on('hdf5') depends_on('hdf5~mpi')
depends_on('qt', when='+silex') depends_on('qt', when='+silex')
patch('remove-mpiposix.patch', when='@4.8:4.10.2') patch('remove-mpiposix.patch', when='@4.8:4.10.2')