Changed the hdf5 "+static" variant to become the "+shared" variant.
This commit is contained in:
parent
fca7ef2f7b
commit
0388093f7a
@ -23,7 +23,7 @@ class Exodusii(Package):
|
|||||||
# TODO: Make this a build dependency once build dependencies are supported
|
# TODO: Make this a build dependency once build dependencies are supported
|
||||||
# (see: https://github.com/LLNL/spack/pull/378).
|
# (see: https://github.com/LLNL/spack/pull/378).
|
||||||
depends_on('cmake@2.8.7:')
|
depends_on('cmake@2.8.7:')
|
||||||
depends_on('hdf5+static~mpi')
|
depends_on('hdf5+shared~mpi')
|
||||||
depends_on('netcdf~mpi')
|
depends_on('netcdf~mpi')
|
||||||
|
|
||||||
patch('exodus-cmake.patch')
|
patch('exodus-cmake.patch')
|
||||||
|
@ -42,7 +42,7 @@ class Hdf5(Package):
|
|||||||
version('1.8.13', 'c03426e9e77d7766944654280b467289')
|
version('1.8.13', 'c03426e9e77d7766944654280b467289')
|
||||||
|
|
||||||
variant('debug', default=False, description='Builds a debug version of the library')
|
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('cxx', default=True, description='Enable C++ support')
|
||||||
variant('fortran', default=True, description='Enable Fortran support')
|
variant('fortran', default=True, description='Enable Fortran support')
|
||||||
|
Loading…
Reference in New Issue
Block a user