Fixed the "+shared" variant in the "hdf5" package.

This commit is contained in:
Joseph Ciurej
2016-02-17 11:51:24 -08:00
parent 0388093f7a
commit 6cd76d69c3
2 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ class Exodusii(Package):
# TODO: Make this a build dependency once build dependencies are supported
# (see: https://github.com/LLNL/spack/pull/378).
depends_on('cmake@2.8.7:')
depends_on('hdf5+shared~mpi')
depends_on('hdf5~shared~mpi')
depends_on('netcdf~mpi')
patch('exodus-cmake.patch')