mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 01:08:17 +08:00
[dv-processing] fix build (#39880)
This commit is contained in:
parent
158428f2ff
commit
198d68dbcc
@ -1,3 +1,10 @@
|
||||
vcpkg_download_distfile(
|
||||
XCODE_15_3_FIX_PATCH
|
||||
URLS https://gitlab.com/inivation/homebrew-inivation/-/raw/master/Formula/dv-processing-xcode-15.3-fix.patch
|
||||
FILENAME "xcode-15.3-fix.patch"
|
||||
SHA512 cdbf77ee9619dbdad6e088d730d6d8dd6cf1cc12edc134fa8c905e538e94692c6b89e86ecb14766b133b87071459599e73ed61491db804bde0b9776307a6f157
|
||||
)
|
||||
|
||||
vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.com/inivation
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
@ -5,6 +12,8 @@ vcpkg_from_gitlab(
|
||||
REF 9cd21eede0c38e079e462cdce8434fcbe2a4d037
|
||||
SHA512 fc5d0083166ff4708e6d540d437429784f9f62b7c3b7fb4631abc27ee0e6f46e60314f5fcf571c6141352571fef52a32c85a8160c951b5243910a02a281b0855
|
||||
HEAD_REF rel_1.7
|
||||
PATCHES
|
||||
"${XCODE_15_3_FIX_PATCH}"
|
||||
)
|
||||
|
||||
vcpkg_from_gitlab(
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dv-processing",
|
||||
"version": "1.7.9",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Generic algorithms for event cameras. (C++20 required.)",
|
||||
"homepage": "https://gitlab.com/inivation/dv/dv-processing",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2394,7 +2394,7 @@
|
||||
},
|
||||
"dv-processing": {
|
||||
"baseline": "1.7.9",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"dx": {
|
||||
"baseline": "1.0.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2ef0b75d6a6ec6e9472d1bb3c227d13d0e40a2db",
|
||||
"version": "1.7.9",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "cd165ee3da5e52cb1a2a9bf22a87d04c2e100d4e",
|
||||
"version": "1.7.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user