hdf5 package: add version 1.10.5 (#10794)
This commit is contained in:
parent
46466381b8
commit
2b591653fa
@ -23,6 +23,7 @@ class Hdf5(AutotoolsPackage):
|
||||
|
||||
version('develop', branch='develop')
|
||||
|
||||
version('1.10.5', '6d4ce8bf902a97b050f6f491f4268634e252a63dadd6656a1a9be5b7b7726fa8')
|
||||
version('1.10.4', '8f60dc4dd6ab5fcd23c750d1dc5bca3d0453bdce5c8cdaf0a4a61a9d1122adb2')
|
||||
version('1.10.3', 'b600d7c914cfa80ae127cd1a1539981213fee9994ac22ebec9e3845e951d9b39')
|
||||
version('1.10.2', '8d4eae84e533efa57496638fd0dca8c3')
|
||||
@ -106,7 +107,9 @@ class Hdf5(AutotoolsPackage):
|
||||
|
||||
# There are build errors with GCC 8, see
|
||||
# https://forum.hdfgroup.org/t/1-10-2-h5detect-compile-error-gcc-8-1-0-on-centos-7-2-solved/4441
|
||||
patch('https://salsa.debian.org/debian-gis-team/hdf5/raw/bf94804af5f80f662cad80a5527535b3c6537df6/debian/patches/gcc-8.patch', sha256='57cee5ff1992b4098eda079815c36fc2da9b10e00a9056df054f2384c4fc7523', when='@1.10.2%gcc@8:')
|
||||
patch('https://salsa.debian.org/debian-gis-team/hdf5/raw/bf94804af5f80f662cad80a5527535b3c6537df6/debian/patches/gcc-8.patch',
|
||||
sha256='57cee5ff1992b4098eda079815c36fc2da9b10e00a9056df054f2384c4fc7523',
|
||||
when='@1.10.2%gcc@8:')
|
||||
|
||||
filter_compiler_wrappers('h5cc', 'h5c++', 'h5fc', relative_root='bin')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user