mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[gts] use supports expression (#25346)
This commit is contained in:
parent
d3197c9ada
commit
9214a5f566
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "gts",
|
"name": "gts",
|
||||||
"version": "0.7.6",
|
"version": "0.7.6",
|
||||||
"port-version": 5,
|
"port-version": 6,
|
||||||
"description": "3D surfaces meshed with interconnected triangles",
|
"description": "3D surfaces meshed with interconnected triangles",
|
||||||
"homepage": "http://gts.sourceforge.net/",
|
"homepage": "http://gts.sourceforge.net/",
|
||||||
|
"supports": "!osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"glib",
|
"glib",
|
||||||
{
|
{
|
||||||
|
@ -330,7 +330,6 @@ graphicsmagick:x64-uwp=fail
|
|||||||
gstreamer:x64-osx=fail
|
gstreamer:x64-osx=fail
|
||||||
gtk:x64-windows-static=fail
|
gtk:x64-windows-static=fail
|
||||||
gtk:x64-windows-static-md=fail
|
gtk:x64-windows-static-md=fail
|
||||||
gts:x64-osx=fail
|
|
||||||
halide:x64-windows-static=fail
|
halide:x64-windows-static=fail
|
||||||
hdf5:arm64-windows=fail
|
hdf5:arm64-windows=fail
|
||||||
hdf5:arm-uwp=fail
|
hdf5:arm-uwp=fail
|
||||||
|
@ -2718,7 +2718,7 @@
|
|||||||
},
|
},
|
||||||
"gts": {
|
"gts": {
|
||||||
"baseline": "0.7.6",
|
"baseline": "0.7.6",
|
||||||
"port-version": 5
|
"port-version": 6
|
||||||
},
|
},
|
||||||
"guetzli": {
|
"guetzli": {
|
||||||
"baseline": "2020-09-14",
|
"baseline": "2020-09-14",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "fbe5bc5629f2ec46a083b4e861589cae5b559c5f",
|
||||||
|
"version": "0.7.6",
|
||||||
|
"port-version": 6
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "90471122b5c6aa2ce7566b25b06d9f0b858c482e",
|
"git-tree": "90471122b5c6aa2ce7566b25b06d9f0b858c482e",
|
||||||
"version": "0.7.6",
|
"version": "0.7.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user