mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
[openmvs] Update to 1.1.1 (#20373)
* 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>
This commit is contained in:
parent
2b31e33fe6
commit
bc503ddb8b
@ -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")
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cda3b971b05a5519ef36759d8f3f49045fa6445e",
|
||||
"version": "1.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b1c5c58b15affc0db0e179229c4640341d62a4d7",
|
||||
"version-string": "1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user