[sciplot] fix arm64-osx build (#25345)

This commit is contained in:
autoantwort 2022-06-22 23:39:11 +02:00 committed by GitHub
parent f6cea41a51
commit ca722bcce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 7 deletions

View File

@ -6,14 +6,15 @@ vcpkg_from_github(
HEAD_REF vcpkg
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DSCIPLOT_BUILD_TESTS=OFF
)
vcpkg_install_cmake()
vcpkg_cmake_install()
vcpkg_fixup_cmake_targets(CONFIG_PATH share/sciplot)
vcpkg_cmake_config_fixup(CONFIG_PATH share/sciplot)
vcpkg_copy_pdbs()

View File

@ -1,7 +1,19 @@
{
"name": "sciplot",
"version": "0.2.2",
"port-version": 1,
"description": "A modern c++ scientific plotting library powered by gnuplot",
"homepage": "https://github.com/sciplot/sciplot",
"supports": "!uwp"
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -6402,7 +6402,7 @@
},
"sciplot": {
"baseline": "0.2.2",
"port-version": 0
"port-version": 1
},
"sciter": {
"baseline": "0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e28065774395839bda6f9bc898b6214141fcb746",
"version": "0.2.2",
"port-version": 1
},
{
"git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c",
"version": "0.2.2",