Auto-update h5cpp to v0.6.0 (#3879)

* Update h5cpp to v0.6.0

* apply patch

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/3890/head
ruki 11 months ago committed by GitHub
parent 6ff7bb6a53
commit a2b60e5096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/h/h5cpp/xmake.lua

@ -5,9 +5,11 @@ package("h5cpp")
add_urls("https://github.com/ess-dmsc/h5cpp/archive/refs/tags/$(version).tar.gz",
"https://github.com/ess-dmsc/h5cpp.git")
add_versions("v0.6.0", "72b459c92670628d730b3386fe6f4ac61218885afa904f234a181c2022a9f56f")
add_versions("v0.5.1", "8fcab57ffbc2d799fe315875cd8fcf67e8b059cccc441ea45a001c03f6a9fd25")
add_patches("v0.5.1", path.join(os.scriptdir(), "patches", "fix-find-hdf5.patch"), "25f26ec6994d387571d7c068ba0405a34db45480a9c17fe3ea6402042e7de87c")
add_patches(">=0.5.1", path.join(os.scriptdir(), "patches", "fix-find-hdf5.patch"), "25f26ec6994d387571d7c068ba0405a34db45480a9c17fe3ea6402042e7de87c")
add_deps("cmake")
add_deps("zlib")

Loading…
Cancel
Save