mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 02:35:37 +00:00
(#24756) highfive: add version 2.10.0
This commit is contained in:
@@ -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"
|
||||
|
@@ -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 = {
|
||||
|
@@ -1,4 +1,6 @@
|
||||
versions:
|
||||
"2.10.0":
|
||||
folder: all
|
||||
"2.9.0":
|
||||
folder: all
|
||||
"2.8.0":
|
||||
|
Reference in New Issue
Block a user