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

@@ -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')