(#24756) highfive: add version 2.10.0

This commit is contained in:
toge
2024-07-30 19:13:59 +09:00
committed by GitHub
parent 08a350909d
commit ae489b3b79
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
sources:
"2.10.0":
url: "https://github.com/BlueBrain/HighFive/archive/refs/tags/v2.10.0.tar.gz"
sha256: "c29e8e1520e7298fabb26545f804e35bb3af257005c1c2df62e39986458d7c38"
"2.9.0":
url: "https://github.com/BlueBrain/HighFive/archive/refs/tags/v2.9.0.tar.gz"
sha256: "6301def8ceb9f4d7a595988612db288b448a3c0546f6c83417dab38c64994d7e"

View File

@@ -12,10 +12,10 @@ required_conan_version = ">=1.54.0"
class HighFiveConan(ConanFile):
name = "highfive"
description = "HighFive is a modern header-only C++11 friendly interface for libhdf5."
license = "Boost Software License 1.0"
topics = ("hdf5", "hdf", "data")
homepage = "https://github.com/BlueBrain/HighFive"
license = "BSL-1.0"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/BlueBrain/HighFive"
topics = ("hdf5", "hdf", "data", "header-only")
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
options = {

View File

@@ -1,4 +1,6 @@
versions:
"2.10.0":
folder: all
"2.9.0":
folder: all
"2.8.0":