From b7211aaf81f26a6e2c3a90a8eb5c65e7202bfd9a Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 4 Jul 2022 00:45:07 +0300 Subject: [PATCH] (#11515) hdf5: add version 1.13.1 Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot) Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/) Co-authored-by: Quentin Chateau via Conan Center Bot --- recipes/hdf5/all/conandata.yml | 6 ++++++ recipes/hdf5/config.yml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/recipes/hdf5/all/conandata.yml b/recipes/hdf5/all/conandata.yml index 06ec97431a..d39b52a21d 100644 --- a/recipes/hdf5/all/conandata.yml +++ b/recipes/hdf5/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "1.13.1": + url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_13_1.tar.gz" + sha256: "92552458f35c7e58128ce1bfc2831abf901cc142ea0fdd2b056311e4452db7bf" "1.12.2": url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_12_2.tar.gz" sha256: "1ca14cadff7bc4b61826eee591da1a330f44c107db66c9510ee95df3b2bc5f78" @@ -18,6 +21,9 @@ sources: url: "https://github.com/HDFGroup/hdf5/archive/hdf5-1_8_21.tar.gz" sha256: "753520e34a576a64809b8e02d9c015d6126f7974f678c7417a60492d835a88f4" patches: + "1.13.1": + - patch_file: "patches/conanize-link-szip-1.12.2+.patch" + base_path: "source_subfolder" "1.12.2": - patch_file: "patches/conanize-link-szip-1.12.2+.patch" base_path: "source_subfolder" diff --git a/recipes/hdf5/config.yml b/recipes/hdf5/config.yml index ba4d3ba5e5..354b7315d7 100644 --- a/recipes/hdf5/config.yml +++ b/recipes/hdf5/config.yml @@ -1,4 +1,6 @@ versions: + "1.13.1": + folder: all "1.12.2": folder: all "1.12.1":