[ctp] Update supports expression to exclude static crt (#24884)

This commit is contained in:
Robert Schumacher 2022-05-23 22:26:33 -07:00 committed by GitHub
parent 840f701d83
commit 1937975555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"name": "ctp",
"version-string": "6.6.1_P1_20210406_se",
"port-version": 2,
"port-version": 3,
"description": "The Comprehensive Transaction Platform (CTP) is a future brokerage management system developed specially for futures companies. CTP API client library allows users to connect to CTP gateway for algorithmic trading.",
"homepage": "http://www.sfit.com.cn/index.htm",
"supports": "!osx & !uwp & !arm",
"supports": "!osx & !uwp & !arm & !(static & staticcrt)",
"features": {
"datacollect": {
"description": "Data collect support of CTP"

2
versions/baseline.json Executable file → Normal file
View File

@ -1722,7 +1722,7 @@
},
"ctp": {
"baseline": "6.6.1_P1_20210406_se",
"port-version": 2
"port-version": 3
},
"ctre": {
"baseline": "3.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "11ff3d437cca5956d99f8690143f12a0ebd5e839",
"version-string": "6.6.1_P1_20210406_se",
"port-version": 3
},
{
"git-tree": "7160f9a456cfd057dee1cb0a92f92a4f16876fe8",
"version-string": "6.6.1_P1_20210406_se",