Changed the hdf5 "+static" variant to become the "+shared" variant.
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user