mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[sdformat9] Add linux to supports (#24855)
This commit is contained in:
parent
24881cdfea
commit
efabd21702
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "sdformat9",
|
"name": "sdformat9",
|
||||||
"version": "9.4.0",
|
"version": "9.4.0",
|
||||||
"port-version": 5,
|
"port-version": 6,
|
||||||
"description": "Simulation Description Format (SDF) parser and description files.",
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
||||||
"homepage": "http://sdformat.org/",
|
"homepage": "http://sdformat.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"supports": "!(linux | uwp)",
|
"supports": "!uwp",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"ignition-math6",
|
"ignition-math6",
|
||||||
"tinyxml",
|
"tinyxml",
|
||||||
|
@ -288,6 +288,7 @@ ftgl:x64-uwp=fail
|
|||||||
functions-framework-cpp:x64-uwp=fail
|
functions-framework-cpp:x64-uwp=fail
|
||||||
fuzzylite:x64-osx=fail
|
fuzzylite:x64-osx=fail
|
||||||
|
|
||||||
|
gazebo:x64-linux=fail
|
||||||
# gsoap does not offer stable public source downloads
|
# gsoap does not offer stable public source downloads
|
||||||
gsoap:x64-windows = skip
|
gsoap:x64-windows = skip
|
||||||
gsoap:x86-windows = skip
|
gsoap:x86-windows = skip
|
||||||
@ -1047,7 +1048,6 @@ sdformat6:arm64-windows=fail
|
|||||||
sdformat6:x64-uwp=fail
|
sdformat6:x64-uwp=fail
|
||||||
sdformat6:x64-windows-static-md=fail
|
sdformat6:x64-windows-static-md=fail
|
||||||
sdformat9:arm-uwp=fail
|
sdformat9:arm-uwp=fail
|
||||||
sdformat9:x64-linux=fail
|
|
||||||
sdformat9:x64-uwp=fail
|
sdformat9:x64-uwp=fail
|
||||||
sdformat9:x64-windows-static-md=fail
|
sdformat9:x64-windows-static-md=fail
|
||||||
sdl2-mixer:arm-uwp=fail
|
sdl2-mixer:arm-uwp=fail
|
||||||
|
@ -6386,7 +6386,7 @@
|
|||||||
},
|
},
|
||||||
"sdformat9": {
|
"sdformat9": {
|
||||||
"baseline": "9.4.0",
|
"baseline": "9.4.0",
|
||||||
"port-version": 5
|
"port-version": 6
|
||||||
},
|
},
|
||||||
"sdl1": {
|
"sdl1": {
|
||||||
"baseline": "1.2.15",
|
"baseline": "1.2.15",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "0a599309f16afe5d3163ec1eb131eed575880ae4",
|
||||||
|
"version": "9.4.0",
|
||||||
|
"port-version": 6
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d050d624faf72f8dcb62fdb7a5378ae5d8e8b5d8",
|
"git-tree": "d050d624faf72f8dcb62fdb7a5378ae5d8e8b5d8",
|
||||||
"version": "9.4.0",
|
"version": "9.4.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user