Skip to content

Commit c504435

Browse files
committed
Add missing versions
1 parent 8f0791f commit c504435

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

recipes/hdf5/all/conandata.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ sources:
55
"1.12.0":
66
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_12_0.tar.gz"
77
sha256: "c64ffec2539ae6b6041f97952a40b0893c3c0df4d5b1c0177fb8aba567808158"
8+
"1.10.8":
9+
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_10_8.tar.gz"
10+
sha256: "6fcaf2e5f10bb758d2d5fafa7bd0fd560d4047faf6b397fe1278c06e4e9f3564 "
11+
"1.10.7":
12+
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_10_7.tar.gz"
13+
sha256: "a1b7c2a477090508365d79bb1356d995a90d5c75e9e3ff0f2bd09d54d8a225d0"
814
"1.10.6":
915
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_10_6.tar.gz"
1016
sha256: "e524b374b1c6f14f1aa87595c0761608c861fe7838549dab84639ae564ff48e8"
1117
"1.10.5":
1218
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_10_5.tar.gz"
1319
sha256: "22a4a48f94b013e9fd482c0bb0251de02ff9963787a107c5dde26a3f903b3b90"
20+
"1.8.22":
21+
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_8_22.tar.gz"
22+
sha256: "afad23abf0935a39840745222adb71ca08d59db12b2a7eb3679e15b2aac52ec4"
1423
"1.8.21":
1524
url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_8_21.tar.gz"
1625
sha256: "753520e34a576a64809b8e02d9c015d6126f7974f678c7417a60492d835a88f4"
@@ -21,6 +30,20 @@ patches:
2130
"1.12.0":
2231
- patch_file: "patches/conanize-link-szip-1.10.5+.patch"
2332
base_path: "source_subfolder"
33+
"1.10.8":
34+
- patch_file: "patches/fix-missing-function-prototypes-1.10.5+.patch"
35+
base_path: "source_subfolder"
36+
- patch_file: "patches/fix-missing-function-prototypes-1.10.6.patch"
37+
base_path: "source_subfolder"
38+
- patch_file: "patches/conanize-link-szip-1.10.5+.patch"
39+
base_path: "source_subfolder"
40+
"1.10.7":
41+
- patch_file: "patches/fix-missing-function-prototypes-1.10.5+.patch"
42+
base_path: "source_subfolder"
43+
- patch_file: "patches/fix-missing-function-prototypes-1.10.6.patch"
44+
base_path: "source_subfolder"
45+
- patch_file: "patches/conanize-link-szip-1.10.5+.patch"
46+
base_path: "source_subfolder"
2447
"1.10.6":
2548
- patch_file: "patches/fix-missing-function-prototypes-1.10.5+.patch"
2649
base_path: "source_subfolder"
@@ -41,6 +64,15 @@ patches:
4164
base_path: "source_subfolder"
4265
- patch_file: "patches/mingw-unused-ellipses.patch"
4366
base_path: "source_subfolder"
67+
"1.8.22":
68+
- patch_file: "patches/conanize-link-szip-1.8.21.patch"
69+
base_path: "source_subfolder"
70+
- patch_file: "patches/build-either-static-or-shared-1.8.21.patch"
71+
base_path: "source_subfolder"
72+
- patch_file: "patches/mingw-cmake-size-type-checks-1.8.21.patch"
73+
base_path: "source_subfolder"
74+
- patch_file: "patches/mingw-fix-prefix-lib.patch"
75+
base_path: "source_subfolder"
4476
"1.8.21":
4577
- patch_file: "patches/conanize-link-szip-1.8.21.patch"
4678
base_path: "source_subfolder"

recipes/hdf5/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ versions:
33
folder: all
44
"1.12.0":
55
folder: all
6+
"1.10.8":
7+
folder: all
8+
"1.10.7":
9+
folder: all
610
"1.10.6":
711
folder: all
812
"1.10.5":
913
folder: all
14+
"1.8.22":
15+
folder: all
1016
"1.8.21":
1117
folder: all

0 commit comments

Comments
 (0)