Skip to content

Commit

Permalink
[openmvs] Update to 1.1.1 (#20373)
Browse files Browse the repository at this point in the history
* Update openmvs to 1.1.1

* Update CI baseline

* Update patch

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
  • Loading branch information
3 people authored Sep 28, 2021
1 parent 2b31e33 commit bc503dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ports/openmvs/fix-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ index f4914bf..23d03e6 100644
--- a/MvgMvsPipeline.py
+++ b/MvgMvsPipeline.py.in
@@ -91,12 +91,12 @@ def find(afile):
return None


# Try to find openMVG and openMVS binaries in PATH
-OPENMVG_BIN = whereis("openMVG_main_SfMInit_ImageListing")
Expand Down
4 changes: 2 additions & 2 deletions ports/openmvs/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cdcseacave/openMVS
REF v1.1
SHA512 baa9149853dc08c602deeb1a04cf57643d1cb0733aee2776f4e99b210279aad3b4a1013ab1d790e91a3a95b7c72b9c12c6be25f2c30a76b69b5319b610cb8e7a
REF v1.1.1
SHA512 EEB15D0756F12136A1E7938A0EED97024D564EEF3355F3BB6ABF6C681E38919011E1A133D89CA360F463E7FED5FEB8E0138A0FE9BE4C25B6A13BA4B042AEF3EB
HEAD_REF master
PATCHES
fix-build.patch
Expand Down
7 changes: 3 additions & 4 deletions ports/openmvs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "openmvs",
"version-string": "1.1",
"port-version": 6,
"version": "1.1.1",
"description": "OpenMVS: open Multi-View Stereo reconstruction library",
"homepage": "https://cdcseacave.github.io/openMVS",
"dependencies": [
Expand Down Expand Up @@ -40,13 +39,13 @@
],
"features": {
"cuda": {
"description": "cuda support for openmvs",
"description": "CUDA support for openmvs",
"dependencies": [
"cuda"
]
},
"openmp": {
"description": "openmp support for openmvs"
"description": "OpenMP support for openmvs"
}
}
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4861,8 +4861,8 @@
"port-version": 3
},
"openmvs": {
"baseline": "1.1",
"port-version": 6
"baseline": "1.1.1",
"port-version": 0
},
"openni2": {
"baseline": "2.2.0.33",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openmvs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cda3b971b05a5519ef36759d8f3f49045fa6445e",
"version": "1.1.1",
"port-version": 0
},
{
"git-tree": "b1c5c58b15affc0db0e179229c4640341d62a4d7",
"version-string": "1.1",
Expand Down

0 comments on commit bc503dd

Please sign in to comment.