mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[theia] use support expression (#30465)
This commit is contained in:
parent
6d49a9591e
commit
595a0d4657
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "theia",
|
||||
"version": "0.8",
|
||||
"port-version": 8,
|
||||
"port-version": 9,
|
||||
"description": "An open source library for multiview geometry and structure from motion",
|
||||
"homepage": "https://github.com/sweeneychris/TheiaSfM",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!uwp & !arm & !(windows & x86)",
|
||||
"dependencies": [
|
||||
"cereal",
|
||||
{
|
||||
|
@ -967,13 +967,6 @@ tensorflow-cc:x64-windows=fail
|
||||
tensorflow-cc:x64-windows-static=fail
|
||||
tensorflow-cc:x64-windows-static-md=fail
|
||||
|
||||
theia:arm64-windows = skip
|
||||
theia:arm-uwp = skip
|
||||
theia:x64-uwp = skip
|
||||
theia:x64-windows = skip
|
||||
theia:x64-windows-static = skip
|
||||
theia:x64-windows-static-md=skip
|
||||
theia:x86-windows = skip
|
||||
tidy-html5:arm-uwp=fail
|
||||
tidy-html5:x64-uwp=fail
|
||||
tinkerforge:arm-uwp=fail
|
||||
|
@ -7770,7 +7770,7 @@
|
||||
},
|
||||
"theia": {
|
||||
"baseline": "0.8",
|
||||
"port-version": 8
|
||||
"port-version": 9
|
||||
},
|
||||
"think-cell-range": {
|
||||
"baseline": "498839d",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "244b1ee4928a23a5394691a642a1b56125198228",
|
||||
"version": "0.8",
|
||||
"port-version": 9
|
||||
},
|
||||
{
|
||||
"git-tree": "fe4bf7c896536d692bedb215d88cae3297b1ae1b",
|
||||
"version": "0.8",
|
||||
|
Loading…
Reference in New Issue
Block a user