Skip to content
Snippets Groups Projects
Commit c5455cee authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #417 from mathstuf/hdf5-unsupported-flag

hdf5: always pass the unsupported flag
parents 5a333832 2b140b9a
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ class Hdf5(Package):
variant('cxx', default=True, description='Enable C++ support')
variant('fortran', default=True, description='Enable Fortran support')
variant('unsupported', default=False, description='Enables unsupported configuration options')
variant('unsupported', default=True, description='Enables unsupported configuration options')
variant('mpi', default=False, description='Enable MPI support')
variant('szip', default=False, description='Enable szip support')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment