mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[sciplot] fix arm64-osx build (#25345)
This commit is contained in:
parent
f6cea41a51
commit
ca722bcce7
@ -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()
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -6402,7 +6402,7 @@
|
||||
},
|
||||
"sciplot": {
|
||||
"baseline": "0.2.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"sciter": {
|
||||
"baseline": "0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e28065774395839bda6f9bc898b6214141fcb746",
|
||||
"version": "0.2.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c",
|
||||
"version": "0.2.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user