[wxchartdir] support osx (#28860)

This commit is contained in:
autoantwort 2023-01-12 08:13:27 +01:00 committed by GitHub
parent efc181852e
commit d27ec218ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{
"name": "chartdir",
"version": "7.0.0",
"port-version": 5,
"port-version": 6,
"description": "ChartDirector is a powerful chart component for creating professional looking charts for web and windows applications.",
"homepage": "https://www.advsofteng.com/",
"license": null,
"supports": "!arm & !uwp"
"supports": "!(arm & windows) & !uwp"
}

View File

@ -12,7 +12,7 @@ add_library(wxchartdir STATIC wxdemo/common/wxchartviewer.cpp)
target_include_directories(wxchartdir PUBLIC
$<INSTALL_INTERFACE:include>
)
target_compile_features(wxchartdir PRIVATE cxx_std_11)
target_link_libraries(wxchartdir
PRIVATE ${wxWidgets_LIBRARIES}
PRIVATE chartdir

View File

@ -1,6 +1,7 @@
{
"name": "wxchartdir",
"version": "2.0.0",
"port-version": 1,
"description": "wxChartDir provides components for the integration and use of the commercial C++ library ChartDirector, a universal chart component developed by Advanced Software Engineering Ltd, in wxWidgets based applications.",
"homepage": "https://github.com/utelle/wxchartdir",
"license": "GPL-3.0-only AND LGPL-3.0 AND wxWindows",

View File

@ -1106,7 +1106,6 @@ winsock2:arm64-windows=skip # https://github.com/microsoft/vcpkg-tool/pull/599
wpilib:arm64-windows=fail
wpilib:x64-osx=fail
wincrypt:arm64-windows=skip # https://github.com/microsoft/vcpkg-tool/pull/599
wxchartdir:x64-osx=fail
x265:arm64-windows=fail
x265:arm-uwp=fail
x265:x64-uwp=fail

View File

@ -1410,7 +1410,7 @@
},
"chartdir": {
"baseline": "7.0.0",
"port-version": 5
"port-version": 6
},
"check": {
"baseline": "0.15.2",
@ -8182,7 +8182,7 @@
},
"wxchartdir": {
"baseline": "2.0.0",
"port-version": 0
"port-version": 1
},
"wxcharts": {
"baseline": "2022-07-05",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fecdbc20f2f4e027680223768c9a312c13cf4a75",
"version": "7.0.0",
"port-version": 6
},
{
"git-tree": "004cfa7f9fabe534a808428ba7b6c6e3844153b9",
"version": "7.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2a61292a9c23a9ea0ba1f3ed9035441289bb0da2",
"version": "2.0.0",
"port-version": 1
},
{
"git-tree": "84db89440d1592907ba9d7513fb1b99695736caa",
"version": "2.0.0",