[bitserializer-rapidyaml] does work on arm osx (#27068)

This commit is contained in:
autoantwort 2022-10-03 23:00:34 +02:00 committed by GitHub
parent 1a28e9c6d9
commit d5cfd0d24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 12 deletions

View File

@ -1,9 +1,8 @@
{
"name": "bitserializer-rapidyaml",
"version-string": "alias",
"port-version": 2,
"port-version": 3,
"description": "Deprecated alias for bitserializer-rapidyaml",
"supports": "!osx",
"dependencies": [
{
"name": "bitserializer",

View File

@ -20,7 +20,7 @@ vcpkg_cmake_configure(
${FEATURE_OPTIONS}
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/bitserializer)
vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" "${CURRENT_PACKAGES_DIR}/debug")

View File

@ -1,7 +1,7 @@
{
"name": "bitserializer",
"version": "0.44",
"port-version": 1,
"port-version": 2,
"description": "C++ 17 library for serialization to JSON, XML, YAML",
"homepage": "https://bitbucket.org/Pavel_Kisliak/bitserializer",
"license": "MIT",
@ -37,10 +37,7 @@
"rapidyaml-archive": {
"description": "Module for support YAML (implementation based on the RapidYaml library)",
"dependencies": [
{
"name": "ryml",
"platform": "!osx"
}
"ryml"
]
}
}

View File

@ -1,10 +1,11 @@
{
"name": "c4core",
"version": "0.1.9",
"port-version": 1,
"description": "Library of low-level C++ utilities",
"homepage": "https://github.com/biojppm/c4core",
"license": "MIT",
"supports": "!(uwp | arm)",
"supports": "!uwp & !(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a3dbe01a4244088fa34e2dae25ebcfbe67a35fad",
"version-string": "alias",
"port-version": 3
},
{
"git-tree": "08097fe26fb2b85b77ee6df81ba666201b1dd991",
"version-string": "alias",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5890683ebbade2c0abbc466cd447e3f4220f49cd",
"version": "0.44",
"port-version": 2
},
{
"git-tree": "e25c895f4054e151b1865640ae8500efcddda95b",
"version": "0.44",

View File

@ -498,7 +498,7 @@
},
"bitserializer": {
"baseline": "0.44",
"port-version": 1
"port-version": 2
},
"bitserializer-cpprestjson": {
"baseline": "alias",
@ -514,7 +514,7 @@
},
"bitserializer-rapidyaml": {
"baseline": "alias",
"port-version": 2
"port-version": 3
},
"bitsery": {
"baseline": "5.2.2",
@ -1250,7 +1250,7 @@
},
"c4core": {
"baseline": "0.1.9",
"port-version": 0
"port-version": 1
},
"c89stringutils": {
"baseline": "0.0.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cfb9957f519b41c482f60cac729c8256d26190f6",
"version": "0.1.9",
"port-version": 1
},
{
"git-tree": "db4217bd25647d340de3233e8f2fd59d250e16d8",
"version": "0.1.9",