Skip to content

Commit

Permalink
[dv-processing] fix build (microsoft#39880)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jul 18, 2024
1 parent 158428f commit 198d68d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ports/dv-processing/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
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
REPO dv/dv-processing
REF 9cd21eede0c38e079e462cdce8434fcbe2a4d037
SHA512 fc5d0083166ff4708e6d540d437429784f9f62b7c3b7fb4631abc27ee0e6f46e60314f5fcf571c6141352571fef52a32c85a8160c951b5243910a02a281b0855
HEAD_REF rel_1.7
PATCHES
"${XCODE_15_3_FIX_PATCH}"
)

vcpkg_from_gitlab(
Expand Down
2 changes: 1 addition & 1 deletion ports/dv-processing/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@
},
"dv-processing": {
"baseline": "1.7.9",
"port-version": 1
"port-version": 2
},
"dx": {
"baseline": "1.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dv-processing.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2ef0b75d6a6ec6e9472d1bb3c227d13d0e40a2db",
"version": "1.7.9",
"port-version": 2
},
{
"git-tree": "cd165ee3da5e52cb1a2a9bf22a87d04c2e100d4e",
"version": "1.7.9",
Expand Down

0 comments on commit 198d68d

Please sign in to comment.