aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/openmvs/fix-build.patch2
-rw-r--r--ports/openmvs/portfile.cmake4
-rw-r--r--ports/openmvs/vcpkg.json7
3 files changed, 6 insertions, 7 deletions
diff --git a/ports/openmvs/fix-build.patch b/ports/openmvs/fix-build.patch
index 54d50c25f..48f62ae0a 100644
--- a/ports/openmvs/fix-build.patch
+++ b/ports/openmvs/fix-build.patch
@@ -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")
diff --git a/ports/openmvs/portfile.cmake b/ports/openmvs/portfile.cmake
index d2055fe1a..ef4f8eac3 100644
--- a/ports/openmvs/portfile.cmake
+++ b/ports/openmvs/portfile.cmake
@@ -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
diff --git a/ports/openmvs/vcpkg.json b/ports/openmvs/vcpkg.json
index eba2acd9f..6e482076c 100644
--- a/ports/openmvs/vcpkg.json
+++ b/ports/openmvs/vcpkg.json
@@ -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": [
@@ -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"
}
}
}