Changed the hdf5 "+static" variant to become the "+shared" variant.

This commit is contained in:
Joseph Ciurej 2016-02-16 17:33:19 -08:00
parent fca7ef2f7b
commit 0388093f7a
2 changed files with 2 additions and 2 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+static~mpi')
depends_on('hdf5+shared~mpi')
depends_on('netcdf~mpi')
patch('exodus-cmake.patch')

View File

@ -42,7 +42,7 @@ class Hdf5(Package):
version('1.8.13', 'c03426e9e77d7766944654280b467289')
variant('debug', default=False, description='Builds a debug version of the library')
variant('static', default=False, description='Builds a static executable version of the library')
variant('shared', default=False, description='Builds a static executable version of the library')
variant('cxx', default=True, description='Enable C++ support')
variant('fortran', default=True, description='Enable Fortran support')