mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[highfive] fix SHA of downloading patch (#29708)
* fix SHA * Update version database * add local patch from PR669 instead of download it * Update version database * update port-version * update port-version * Update highfive.json * set patch from url as before * Update version database * add full_index in the url * Update version database --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
This commit is contained in:
parent
902144a2de
commit
65d4be0cd8
@ -1,7 +1,8 @@
|
||||
# Must be removed on next release
|
||||
vcpkg_download_distfile(CATCH2_PATCH
|
||||
URLS https://patch-diff.githubusercontent.com/raw/BlueBrain/HighFive/pull/669.diff
|
||||
FILENAME ${PORT}-669-145454fc.diff
|
||||
SHA512 b88895daa6305a3ef164f80f996bedb64e281bde9bbab893ee9190d3012ac00ad9407e3b20613fc3464f417eb0c063f7961e383213553b639491d69e145454fc
|
||||
URLS https://github.com/BlueBrain/HighFive/commit/be9285ee4661ff4154830989899a2a050d6fbc64.patch?full_index=1
|
||||
FILENAME ${PORT}-669-cd784f8d.diff
|
||||
SHA512 cd784f8d4543cf1eaaba027a01d6042fe156e15d2ce59630ddf7dd2709c17d8ac8518954f6262de4d2ebfdf626467cdf6d16d072c17adb98b799d82ccda8792a
|
||||
)
|
||||
|
||||
vcpkg_from_github(
|
||||
@ -10,7 +11,7 @@ vcpkg_from_github(
|
||||
REF v2.6.2
|
||||
SHA512 80deb3d7f0b2e8e8c660ee37b189d1a4993e23b5ada30c72f3ef4fef80020f8564c8a5a507a34f891cec6c5db0d75d7c7de89040defaf91a3b1cec2018d1bf9e
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
PATCHES
|
||||
fix-error-C1128.patch
|
||||
${CATCH2_PATCH}
|
||||
)
|
||||
@ -41,7 +42,7 @@ vcpkg_cmake_install(${add_bin})
|
||||
|
||||
if("tests" IN_LIST FEATURES)
|
||||
vcpkg_copy_tools(
|
||||
TOOL_NAMES
|
||||
TOOL_NAMES
|
||||
tests_high_five_base
|
||||
tests_high_five_easy
|
||||
tests_high_five_multi_dims
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "highfive",
|
||||
"version": "2.6.2",
|
||||
"port-version": 1,
|
||||
"description": "HighFive is a modern header-only C++/C++11 friendly interface for libhdf5",
|
||||
"homepage": "https://github.com/BlueBrain/HighFive",
|
||||
"license": "BSL-1.0",
|
||||
|
@ -3026,7 +3026,7 @@
|
||||
},
|
||||
"highfive": {
|
||||
"baseline": "2.6.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"highway": {
|
||||
"baseline": "1.0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "053a5d7a36102b9cc8c57ef4853bd904765dbf33",
|
||||
"version": "2.6.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e95648f80ea06327d809655bc2ab6f5ffad3e52a",
|
||||
"version": "2.6.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user