mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[boost] Fix generate ports to match the tree. (#29338)
Added the ability for the 'default' port version to get a value in case they all change at once (as almost happened due to https://github.com/microsoft/vcpkg/issues/29288) https://github.com/microsoft/vcpkg/pull/28356/ did not apply post-source stubs for url and locale. I suspect they were just forgotten to be checked in? https://github.com/microsoft/vcpkg/pull/28617/ did not record the port version change in generate-ports.ps1. Also fixed all files to have LF line endings. (since changing boost-vcpkg-helper version also changed all the other ports anyway) Also changed "When changing this file also update and run scripts/boost/generate-ports.ps1" to "Automatically generated by scripts/boost/generate-ports.ps1" because I think that better conveys the consequences (your changes will get nuked).
This commit is contained in:
parent
ca9155913c
commit
6aa38234d0
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/accumulators
|
||||
REF boost-1.81.0
|
||||
SHA512 960095a14ea202e938132bfdc0e6cf95fa4849b6f81066174ef957d3ca35637e6e52eeb830a164c5b181c33e6b308ae74eece2b2d5ec49fe7f2309f0ddef144a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/accumulators
|
||||
REF boost-1.81.0
|
||||
SHA512 960095a14ea202e938132bfdc0e6cf95fa4849b6f81066174ef957d3ca35637e6e52eeb830a164c5b181c33e6b308ae74eece2b2d5ec49fe7f2309f0ddef144a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,94 +1,95 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-accumulators",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost accumulators module",
|
||||
"homepage": "https://github.com/boostorg/accumulators",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-circular-buffer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-ublas",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/algorithm
|
||||
REF boost-1.81.0
|
||||
SHA512 f46a57798924682e053fcb21f136811963c36798db6dc2a9e6f594e95c77d4645406f5b20b0cadb0dcf28987fad7b62587ec5a82994cd5637d4daec49f2352d3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/algorithm
|
||||
REF boost-1.81.0
|
||||
SHA512 f46a57798924682e053fcb21f136811963c36798db6dc2a9e6f594e95c77d4645406f5b20b0cadb0dcf28987fad7b62587ec5a82994cd5637d4daec49f2352d3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,82 +1,83 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-algorithm",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost algorithm module",
|
||||
"homepage": "https://github.com/boostorg/algorithm",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-unordered",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/align
|
||||
REF boost-1.81.0
|
||||
SHA512 5d13df60dc85e6a0e8c03e1939044e63169d7a963ccfe74e20d6bbfbd3f52a41b43544ea8a9e730c0412061087a5ad7b7742707c0c0f98990cab78abceaff7d0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/align
|
||||
REF boost-1.81.0
|
||||
SHA512 5d13df60dc85e6a0e8c03e1939044e63169d7a963ccfe74e20d6bbfbd3f52a41b43544ea8a9e730c0412061087a5ad7b7742707c0c0f98990cab78abceaff7d0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,30 +1,31 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-align",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost align module",
|
||||
"homepage": "https://github.com/boostorg/align",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/any
|
||||
REF boost-1.81.0
|
||||
SHA512 9ab99e2cf74f895a41b1efe637ba68f1afac2190a45aab67a9de10d919875e95b90851c2ddb3458b5fdab73da1adee3a58d5fd630080c3ec2c7639daabede42e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/any
|
||||
REF boost-1.81.0
|
||||
SHA512 9ab99e2cf74f895a41b1efe637ba68f1afac2190a45aab67a9de10d919875e95b90851c2ddb3458b5fdab73da1adee3a58d5fd630080c3ec2c7639daabede42e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,42 +1,43 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-any",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost any module",
|
||||
"homepage": "https://github.com/boostorg/any",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/array
|
||||
REF boost-1.81.0
|
||||
SHA512 1ed3ede8b8d7bb4921c11c26ac20588054e9bc21d59900eb713057227753343bc07c7fd8f6b62b6695b10a421528eccc68539a74d78a2402ec4656a25937e39d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/array
|
||||
REF boost-1.81.0
|
||||
SHA512 1ed3ede8b8d7bb4921c11c26ac20588054e9bc21d59900eb713057227753343bc07c7fd8f6b62b6695b10a421528eccc68539a74d78a2402ec4656a25937e39d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,34 +1,35 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-array",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost array module",
|
||||
"homepage": "https://github.com/boostorg/array",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/asio
|
||||
REF boost-1.81.0
|
||||
SHA512 98fb62fb97a00cc133417cfc2e1e69f7c62042265770c956345c58294ba148df1900709a0fa3768ad4849d472ab7be6133ef473a8b08db866cd7f96623e4bc1d
|
||||
HEAD_REF master
|
||||
PATCHES windows_alloca_header.patch
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/asio
|
||||
REF boost-1.81.0
|
||||
SHA512 98fb62fb97a00cc133417cfc2e1e69f7c62042265770c956345c58294ba148df1900709a0fa3768ad4849d472ab7be6133ef473a8b08db866cd7f96623e4bc1d
|
||||
HEAD_REF master
|
||||
PATCHES windows_alloca_header.patch
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,88 +1,89 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-asio",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost asio module",
|
||||
"homepage": "https://github.com/boostorg/asio",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-align",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-chrono",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-coroutine",
|
||||
"platform": "!(arm & windows) & !uwp & !emscripten",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-date-time",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assert
|
||||
REF boost-1.81.0
|
||||
SHA512 c443b61a9ad29d4c9707aaaa997300a959fdef2d360aec9ee221abc12cd8446b3bc969e6c282ba778bee7d6fb54cc02655f15e01eacf1ad87262534dc4cc32bf
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assert
|
||||
REF boost-1.81.0
|
||||
SHA512 c443b61a9ad29d4c9707aaaa997300a959fdef2d360aec9ee221abc12cd8446b3bc969e6c282ba778bee7d6fb54cc02655f15e01eacf1ad87262534dc4cc32bf
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,18 +1,19 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assert",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost assert module",
|
||||
"homepage": "https://github.com/boostorg/assert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assign
|
||||
REF boost-1.81.0
|
||||
SHA512 13f3c7d6a14f0698f156c024f58ccaf00e1fceb5c2497c5883bc2ee7396d6d7c2e67b6436bf3d6fba9fad254106ade61a6a1a867c6220f0baa0c5c917151c14c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assign
|
||||
REF boost-1.81.0
|
||||
SHA512 13f3c7d6a14f0698f156c024f58ccaf00e1fceb5c2497c5883bc2ee7396d6d7c2e67b6436bf3d6fba9fad254106ade61a6a1a867c6220f0baa0c5c917151c14c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,58 +1,59 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assign",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost assign module",
|
||||
"homepage": "https://github.com/boostorg/assign",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-ptr-container",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,19 +1,19 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/atomic
|
||||
REF boost-1.81.0
|
||||
SHA512 2a581e1cea33016f84d47d51a51d8bff91a7e2ba57f5acde4ffa5b95fcc6b73da4e276ca0616c43282ee11a21c9bdb715c10b09204a59f885d00965de6092efe
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/atomic
|
||||
REF boost-1.81.0
|
||||
SHA512 2a581e1cea33016f84d47d51a51d8bff91a7e2ba57f5acde4ffa5b95fcc6b73da4e276ca0616c43282ee11a21c9bdb715c10b09204a59f885d00965de6092efe
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,56 +1,57 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-atomic",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost atomic module",
|
||||
"homepage": "https://github.com/boostorg/atomic",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-align",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/beast
|
||||
REF boost-1.81.0
|
||||
SHA512 bf5d34274c3252daf2b319d0419588dfe9adff88acaf7afdbfcfdf0ecc59fd15c985c3f048dbaec65004b460a58adc9ab747f90b9620bb6c0ddc46157909aec0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/beast
|
||||
REF boost-1.81.0
|
||||
SHA512 bf5d34274c3252daf2b319d0419588dfe9adff88acaf7afdbfcfdf0ecc59fd15c985c3f048dbaec65004b460a58adc9ab747f90b9620bb6c0ddc46157909aec0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-beast",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost beast module",
|
||||
"homepage": "https://github.com/boostorg/beast",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,91 +10,91 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-asio",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-endian",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-logic",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-string",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bimap
|
||||
REF boost-1.81.0
|
||||
SHA512 8b0d7a5630db6ad79c0f4e9399ac4e18eac8ba45f4a829cedae6227795a407885689bdcf3c09336069e8d4c7468546c6ddc74bba4c58bb76b62815093abba13f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bimap
|
||||
REF boost-1.81.0
|
||||
SHA512 8b0d7a5630db6ad79c0f4e9399ac4e18eac8ba45f4a829cedae6227795a407885689bdcf3c09336069e8d4c7468546c6ddc74bba4c58bb76b62815093abba13f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,70 +1,71 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bimap",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost bimap module",
|
||||
"homepage": "https://github.com/boostorg/bimap",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lambda",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bind
|
||||
REF boost-1.81.0
|
||||
SHA512 360c6723b51ff22cad80042d54a687d661cd0c0312efce3fe3a65194ea75bbb6576e3cfe6b93f6046d4102fd48c5cffc9bb1514cc7f9b044baf171a1be68b5dd
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bind
|
||||
REF boost-1.81.0
|
||||
SHA512 360c6723b51ff22cad80042d54a687d661cd0c0312efce3fe3a65194ea75bbb6576e3cfe6b93f6046d4102fd48c5cffc9bb1514cc7f9b044baf171a1be68b5dd
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,22 +1,23 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bind",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost bind module",
|
||||
"homepage": "https://github.com/boostorg/bind",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,15 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-build",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost.Build",
|
||||
"homepage": "https://github.com/boostorg/build",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-uninstall",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/callable_traits
|
||||
REF boost-1.81.0
|
||||
SHA512 51fd9e84ed411d9a567ca117339f50de3dea13f8cf8e4d39a0ee26ad6fcf10ba922b9d233ba0f3eb0a80a1943fa8316303ae363cea57688d232cc67a07dc17a5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/callable_traits
|
||||
REF boost-1.81.0
|
||||
SHA512 51fd9e84ed411d9a567ca117339f50de3dea13f8cf8e4d39a0ee26ad6fcf10ba922b9d233ba0f3eb0a80a1943fa8316303ae363cea57688d232cc67a07dc17a5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,14 +1,15 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-callable-traits",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost callable_traits module",
|
||||
"homepage": "https://github.com/boostorg/callable_traits",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/chrono
|
||||
REF boost-1.81.0
|
||||
SHA512 0f8b217c49eed596e5757146e677783073b80d01d293ab8ab8ef929ee9c91a51c16a97dc51e3e064f1e21b217ffc73b12554a9de2cb77fb8ddb8fa4689d6466b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/chrono
|
||||
REF boost-1.81.0
|
||||
SHA512 0f8b217c49eed596e5757146e677783073b80d01d293ab8ab8ef929ee9c91a51c16a97dc51e3e064f1e21b217ffc73b12554a9de2cb77fb8ddb8fa4689d6466b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,84 +1,85 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-chrono",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost chrono module",
|
||||
"homepage": "https://github.com/boostorg/chrono",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-ratio",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/circular_buffer
|
||||
REF boost-1.81.0
|
||||
SHA512 371393bccb266bde50452096adcf15052aedec6d9223ee7ab7be9ceb196a0633ddadd4abbf99d4be85862ca94df1ebd94cd6bcd9fdabc3e05f7aecc015ece5cf
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/circular_buffer
|
||||
REF boost-1.81.0
|
||||
SHA512 371393bccb266bde50452096adcf15052aedec6d9223ee7ab7be9ceb196a0633ddadd4abbf99d4be85862ca94df1ebd94cd6bcd9fdabc3e05f7aecc015ece5cf
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,46 +1,47 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-circular-buffer",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost circular_buffer module",
|
||||
"homepage": "https://github.com/boostorg/circular_buffer",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compatibility
|
||||
REF boost-1.81.0
|
||||
SHA512 8931256236336c07c029d39a1599ef524444b0870140fcabdcee3c3106c7ecf92cf32a2bfb442244bbc8078c783ca552a74fe5243c1644fb3e210e9f5f2836f1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compatibility
|
||||
REF boost-1.81.0
|
||||
SHA512 8931256236336c07c029d39a1599ef524444b0870140fcabdcee3c3106c7ecf92cf32a2bfb442244bbc8078c783ca552a74fe5243c1644fb3e210e9f5f2836f1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,14 +1,15 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compatibility",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost compatibility module",
|
||||
"homepage": "https://github.com/boostorg/compatibility",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compute
|
||||
REF boost-1.81.0
|
||||
SHA512 e4271120d0f7dad73bdafd391b4fbc69118486a9ead46bb232c20302323bd62513abc0c5d5696b45791472e78a95b1ec6d8f013fd69f9f65391df5a82f2aff54
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compute
|
||||
REF boost-1.81.0
|
||||
SHA512 e4271120d0f7dad73bdafd391b4fbc69118486a9ead46bb232c20302323bd62513abc0c5d5696b45791472e78a95b1ec6d8f013fd69f9f65391df5a82f2aff54
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,123 +1,124 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compute",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost compute module",
|
||||
"homepage": "https://github.com/boostorg/compute",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-chrono",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-tree",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-proto",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-uuid",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/concept_check
|
||||
REF boost-1.81.0
|
||||
SHA512 8bfc5a4eebc0c35230d8fdfcbfb90f5d98b3f588f9977c1472951d05e334d46cfd3a3b8d79241e59060adca6cac0b2b7b838b7438405b4e7d20fb4fc49df836a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/concept_check
|
||||
REF boost-1.81.0
|
||||
SHA512 8bfc5a4eebc0c35230d8fdfcbfb90f5d98b3f588f9977c1472951d05e334d46cfd3a3b8d79241e59060adca6cac0b2b7b838b7438405b4e7d20fb4fc49df836a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,30 +1,31 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-concept-check",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost concept_check module",
|
||||
"homepage": "https://github.com/boostorg/concept_check",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,19 +1,19 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/config
|
||||
REF boost-1.81.0
|
||||
SHA512 0c09fd30aae566c72df30ec57d7b7acefcfd03b5154451596e0f8f5f633664db0f1dfb5239f8ce4503045463af6f79466b2cbbed1a5a1cf3bca96884ceff02ee
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#ifndef BOOST_ALL_NO_LIB\n#define BOOST_ALL_NO_LIB\n#endif\n")
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#undef BOOST_ALL_DYN_LINK\n")
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#define BOOST_ALL_DYN_LINK\n")
|
||||
endif()
|
||||
file(COPY ${SOURCE_PATH}/checks DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-config)
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/config
|
||||
REF boost-1.81.0
|
||||
SHA512 0c09fd30aae566c72df30ec57d7b7acefcfd03b5154451596e0f8f5f633664db0f1dfb5239f8ce4503045463af6f79466b2cbbed1a5a1cf3bca96884ceff02ee
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#ifndef BOOST_ALL_NO_LIB\n#define BOOST_ALL_NO_LIB\n#endif\n")
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#undef BOOST_ALL_DYN_LINK\n")
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#define BOOST_ALL_DYN_LINK\n")
|
||||
endif()
|
||||
file(COPY ${SOURCE_PATH}/checks DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-config)
|
||||
|
@ -1,14 +1,15 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-config",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost config module",
|
||||
"homepage": "https://github.com/boostorg/config",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container_hash
|
||||
REF boost-1.81.0
|
||||
SHA512 f7aebe0ce6bea43bbf50eea0f3ee876a91f4afe83f9adf2fb010cd31928dbe38a0f762138c3d50aeadeaf0b6095b3bc0c3a8910392b8c354d33fac1468806d10
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container_hash
|
||||
REF boost-1.81.0
|
||||
SHA512 f7aebe0ce6bea43bbf50eea0f3ee876a91f4afe83f9adf2fb010cd31928dbe38a0f762138c3d50aeadeaf0b6095b3bc0c3a8910392b8c354d33fac1468806d10
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,30 +1,31 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container-hash",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost container_hash module",
|
||||
"homepage": "https://github.com/boostorg/container_hash",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-describe",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container
|
||||
REF boost-1.81.0
|
||||
SHA512 0fe7331ceffd50444daeaffad6e278be49c5f1adb6a08d80dc724fdfb6c1f3fb4381300e080ca1ae00a57a1aeb406b22662c5480a8a0a0318057f5264e12ccf2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container
|
||||
REF boost-1.81.0
|
||||
SHA512 0fe7331ceffd50444daeaffad6e278be49c5f1adb6a08d80dc724fdfb6c1f3fb4381300e080ca1ae00a57a1aeb406b22662c5480a8a0a0318057f5264e12ccf2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,56 +1,57 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost container module",
|
||||
"homepage": "https://github.com/boostorg/container",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,27 +1,27 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/context
|
||||
REF boost-1.81.0
|
||||
SHA512 15bb8a6eb35330653458e9e29b139b709f04885728f6d759966b09a46ec940a29911131db3e99f33c73c571c03c6126484377ef14700eeb180469d6b260719cb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake.in"
|
||||
"${CURRENT_BUILDTREES_DIR}/vcpkg-b2-options.cmake"
|
||||
@ONLY
|
||||
)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CURRENT_BUILDTREES_DIR}/vcpkg-b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/context
|
||||
REF boost-1.81.0
|
||||
SHA512 15bb8a6eb35330653458e9e29b139b709f04885728f6d759966b09a46ec940a29911131db3e99f33c73c571c03c6126484377ef14700eeb180469d6b260719cb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake.in"
|
||||
"${CURRENT_BUILDTREES_DIR}/vcpkg-b2-options.cmake"
|
||||
@ONLY
|
||||
)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CURRENT_BUILDTREES_DIR}/vcpkg-b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-context",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost context module",
|
||||
"homepage": "https://github.com/boostorg/context",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,45 +10,45 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-pool",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/contract
|
||||
REF boost-1.81.0
|
||||
SHA512 09c73de3f3418480dbe1ff51cef5606a3a9e584ff51186e10a30cba4e9bf3f84ab0d27b490dcc40012117343c8d2a95e662bd89fa19c2536cc9588afb979296c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/contract
|
||||
REF boost-1.81.0
|
||||
SHA512 09c73de3f3418480dbe1ff51cef5606a3a9e584ff51186e10a30cba4e9bf3f84ab0d27b490dcc40012117343c8d2a95e662bd89fa19c2536cc9588afb979296c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,88 +1,89 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-contract",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost contract module",
|
||||
"homepage": "https://github.com/boostorg/contract",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-any",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/conversion
|
||||
REF boost-1.81.0
|
||||
SHA512 97d385dd4693890b60a2971851f4c27ae01a4d451c1e6b8d42500b7dcab8e668067931c2d4cf3ddb123b7a3f5bdf211daa77615b264b28c480119692156d839b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/conversion
|
||||
REF boost-1.81.0
|
||||
SHA512 97d385dd4693890b60a2971851f4c27ae01a4d451c1e6b8d42500b7dcab8e668067931c2d4cf3ddb123b7a3f5bdf211daa77615b264b28c480119692156d839b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,42 +1,43 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-conversion",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost conversion module",
|
||||
"homepage": "https://github.com/boostorg/conversion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/convert
|
||||
REF boost-1.81.0
|
||||
SHA512 4c49c53e0084aa126ef9be3734d38f51448621275728cb00878f08a755eb753899b812c09ad754d5ae4d60940cda442dbc77223ef06a497be9627c2c05836d76
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/convert
|
||||
REF boost-1.81.0
|
||||
SHA512 4c49c53e0084aa126ef9be3734d38f51448621275728cb00878f08a755eb753899b812c09ad754d5ae4d60940cda442dbc77223ef06a497be9627c2c05836d76
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,58 +1,59 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-convert",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost convert module",
|
||||
"homepage": "https://github.com/boostorg/convert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/core
|
||||
REF boost-1.81.0
|
||||
SHA512 3d2a86f194fbdff35c6ce974818f39969157e6f9aca19ee1aa4704485cc31b418c95c03201cf5192bd8d56ed81e90f9a7749f2d10dab7cfad7ece483ffbb96b6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/core
|
||||
REF boost-1.81.0
|
||||
SHA512 3d2a86f194fbdff35c6ce974818f39969157e6f9aca19ee1aa4704485cc31b418c95c03201cf5192bd8d56ed81e90f9a7749f2d10dab7cfad7ece483ffbb96b6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,30 +1,31 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-core",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost core module",
|
||||
"homepage": "https://github.com/boostorg/core",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine
|
||||
REF boost-1.81.0
|
||||
SHA512 2959e87e856c642fed20b6bfef2d5c8ce8c0f5adae0679277bf0ae55806e9569a9ca803772efa3d87826e611e7e8685be0c4dc00fabe1e1df0a0313353e5d327
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine
|
||||
REF boost-1.81.0
|
||||
SHA512 2959e87e856c642fed20b6bfef2d5c8ce8c0f5adae0679277bf0ae55806e9569a9ca803772efa3d87826e611e7e8685be0c4dc00fabe1e1df0a0313353e5d327
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost coroutine module",
|
||||
"homepage": "https://github.com/boostorg/coroutine",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,58 +10,58 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine2
|
||||
REF boost-1.81.0
|
||||
SHA512 a02232d01e1b15c28c1596101f95be31204a737852501d2fadf04d5489eb5bac6f8da6166bbd1ab43538822b0266b6e493eb4ef41c52bd26024c452f341615e8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine2
|
||||
REF boost-1.81.0
|
||||
SHA512 a02232d01e1b15c28c1596101f95be31204a737852501d2fadf04d5489eb5bac6f8da6166bbd1ab43538822b0266b6e493eb4ef41c52bd26024c452f341615e8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine2",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost coroutine2 module",
|
||||
"homepage": "https://github.com/boostorg/coroutine2",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,20 +10,20 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/crc
|
||||
REF boost-1.81.0
|
||||
SHA512 6e3d4dbf6343d936a2884a2445482c7245dd03eae46395ba168e50fb551aedd538feb00102b83a13b6fdfbc58f87d09c8252dfd8e584d835f4a9886ecf26619b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/crc
|
||||
REF boost-1.81.0
|
||||
SHA512 6e3d4dbf6343d936a2884a2445482c7245dd03eae46395ba168e50fb551aedd538feb00102b83a13b6fdfbc58f87d09c8252dfd8e584d835f4a9886ecf26619b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,30 +1,31 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-crc",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost crc module",
|
||||
"homepage": "https://github.com/boostorg/crc",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/date_time
|
||||
REF boost-1.81.0
|
||||
SHA512 07eeeb09bab0e64a662a1ea92a24c93e8c119d804e3b63f71ccbb533348c6dbeaf8f759847409fe23c902cadcfd025fee804d67f9a4182eb336094f0c1f37d9a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/date_time
|
||||
REF boost-1.81.0
|
||||
SHA512 07eeeb09bab0e64a662a1ea92a24c93e8c119d804e3b63f71ccbb533348c6dbeaf8f759847409fe23c902cadcfd025fee804d67f9a4182eb336094f0c1f37d9a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,84 +1,85 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-date-time",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost date_time module",
|
||||
"homepage": "https://github.com/boostorg/date_time",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-io",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tokenizer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/describe
|
||||
REF boost-1.81.0
|
||||
SHA512 1fdf70ac8a20d22ddc09e6e3a23f1df530858f85a70fb6542380024fd6c90592f696ecbd180595cb15edd294232ce90bcf240f250992496962f52ba1ab963789
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/describe
|
||||
REF boost-1.81.0
|
||||
SHA512 1fdf70ac8a20d22ddc09e6e3a23f1df530858f85a70fb6542380024fd6c90592f696ecbd180595cb15edd294232ce90bcf240f250992496962f52ba1ab963789
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,18 +1,19 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-describe",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost describe module",
|
||||
"homepage": "https://github.com/boostorg/describe",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/detail
|
||||
REF boost-1.81.0
|
||||
SHA512 4150ce1a407d4915c40775976ee82542c260ed576c4d614fcc6372042fdae6a245e376cf8a7a835e91c49893147f19db3413921e8d37f89c9c0b47373bb55c82
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/detail
|
||||
REF boost-1.81.0
|
||||
SHA512 4150ce1a407d4915c40775976ee82542c260ed576c4d614fcc6372042fdae6a245e376cf8a7a835e91c49893147f19db3413921e8d37f89c9c0b47373bb55c82
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,34 +1,35 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-detail",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost detail module",
|
||||
"homepage": "https://github.com/boostorg/detail",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dll
|
||||
REF boost-1.81.0
|
||||
SHA512 151d7575bf6670058410446fb434bbb026f1bdf42a1de642e9b4c25397d80b51385f4482be1d8b7d2b8aac91a8d7ff39eea1a5d5bee4a72dc21eb8843c60744b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dll
|
||||
REF boost-1.81.0
|
||||
SHA512 151d7575bf6670058410446fb434bbb026f1bdf42a1de642e9b4c25397d80b51385f4482be1d8b7d2b8aac91a8d7ff39eea1a5d5bee4a72dc21eb8843c60744b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,75 +1,76 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dll",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost dll module",
|
||||
"homepage": "https://github.com/boostorg/dll",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dynamic_bitset
|
||||
REF boost-1.81.0
|
||||
SHA512 e8a7a7a0735b85d1c3272e23782d3c14fea78982fb158b9dc8ec7e8db3297408f84e40056e4099caa2e44432ab1869c17edc1fa9198499673d1737b9ee5b28a4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dynamic_bitset
|
||||
REF boost-1.81.0
|
||||
SHA512 e8a7a7a0735b85d1c3272e23782d3c14fea78982fb158b9dc8ec7e8db3297408f84e40056e4099caa2e44432ab1869c17edc1fa9198499673d1737b9ee5b28a4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,46 +1,47 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dynamic-bitset",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost dynamic_bitset module",
|
||||
"homepage": "https://github.com/boostorg/dynamic_bitset",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/endian
|
||||
REF boost-1.81.0
|
||||
SHA512 85fd0ce8b8a85e73dae0db0610d1fe6a61cffa4a2d9f26e9a73a58df92594af8f24eb9a86441161001b372f30a37b86d25a173e839c0440713ae2d02a96f5d74
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/endian
|
||||
REF boost-1.81.0
|
||||
SHA512 85fd0ce8b8a85e73dae0db0610d1fe6a61cffa4a2d9f26e9a73a58df92594af8f24eb9a86441161001b372f30a37b86d25a173e839c0440713ae2d02a96f5d74
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,30 +1,31 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-endian",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost endian module",
|
||||
"homepage": "https://github.com/boostorg/endian",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/exception
|
||||
REF boost-1.81.0
|
||||
SHA512 54bb812a259bca5568dcbabdfb0d5bb0fdb3332a24837023822ba1eb30cd466d29251791b7401d56adeda5bd7b4f1507080b82e4f23f5f1f52ee1d46c9ce8d6f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/exception
|
||||
REF boost-1.81.0
|
||||
SHA512 54bb812a259bca5568dcbabdfb0d5bb0fdb3332a24837023822ba1eb30cd466d29251791b7401d56adeda5bd7b4f1507080b82e4f23f5f1f52ee1d46c9ce8d6f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,52 +1,53 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-exception",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost exception module",
|
||||
"homepage": "https://github.com/boostorg/exception",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,22 +1,22 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fiber
|
||||
REF boost-1.81.0
|
||||
SHA512 331d758c07d155851459d17d10b6a905e4bb159b2ad4c698a4c113df1894c975db99097ec68216ea921c3f77774fac6f4ef568aee16b531356e7f5b29860349a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fiber
|
||||
REF boost-1.81.0
|
||||
SHA512 331d758c07d155851459d17d10b6a905e4bb159b2ad4c698a4c113df1894c975db99097ec68216ea921c3f77774fac6f4ef568aee16b531356e7f5b29860349a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fiber",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost fiber module",
|
||||
"homepage": "https://github.com/boostorg/fiber",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,59 +10,59 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-format",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/filesystem
|
||||
REF boost-1.81.0
|
||||
SHA512 c27dbeb65aa0623d01876999de35618de9388ced01bb79951ca1de4909e5deaf512e0b6b189136aa2e087f046b28f757b3ca417be52ca9a2513383b87e807a6c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/filesystem
|
||||
REF boost-1.81.0
|
||||
SHA512 c27dbeb65aa0623d01876999de35618de9388ced01bb79951ca1de4909e5deaf512e0b6b189136aa2e087f046b28f757b3ca417be52ca9a2513383b87e807a6c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-filesystem",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost filesystem module",
|
||||
"homepage": "https://github.com/boostorg/filesystem",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,73 +10,73 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-atomic",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-io",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/flyweight
|
||||
REF boost-1.81.0
|
||||
SHA512 a918d7ec365b22c62297dd62069cb33e8337750ddfc0ff48757ccef8954ac2a055bbf65ea93eddf366c44a6b7c9da4e32268b420244eeff35158da9f8ec34d15
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/flyweight
|
||||
REF boost-1.81.0
|
||||
SHA512 a918d7ec365b22c62297dd62069cb33e8337750ddfc0ff48757ccef8954ac2a055bbf65ea93eddf366c44a6b7c9da4e32268b420244eeff35158da9f8ec34d15
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,70 +1,71 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-flyweight",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost flyweight module",
|
||||
"homepage": "https://github.com/boostorg/flyweight",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-interprocess",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/foreach
|
||||
REF boost-1.81.0
|
||||
SHA512 83ab45d2dab0cadb15bcfc3a8ba558b4f4ed38aa72f4d2481fbac3437787937989f3df39c0b658f2219486cac37e31a11d824c1c55d88e1eab8b6d7299924392
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/foreach
|
||||
REF boost-1.81.0
|
||||
SHA512 83ab45d2dab0cadb15bcfc3a8ba558b4f4ed38aa72f4d2481fbac3437787937989f3df39c0b658f2219486cac37e31a11d824c1c55d88e1eab8b6d7299924392
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,38 +1,39 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-foreach",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost foreach module",
|
||||
"homepage": "https://github.com/boostorg/foreach",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/format
|
||||
REF boost-1.81.0
|
||||
SHA512 a526b1ef7379a44d67641b9124ea6b145e1153aa631a753e92ad7e3983481b7b9064b28219da408ae71e6837a0b9c53407d9c55418dc0101d5a16ee04068ac39
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/format
|
||||
REF boost-1.81.0
|
||||
SHA512 a526b1ef7379a44d67641b9124ea6b145e1153aa631a753e92ad7e3983481b7b9064b28219da408ae71e6837a0b9c53407d9c55418dc0101d5a16ee04068ac39
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,42 +1,43 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-format",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost format module",
|
||||
"homepage": "https://github.com/boostorg/format",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function_types
|
||||
REF boost-1.81.0
|
||||
SHA512 c53fccf5ec081dc654ccbdc11df977d13ecd19abcf2a2e70727a4549b7524d27a388a4be2835e695310df73ccf6180fd88af69d50871f2109d04a6c5881ba294
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function_types
|
||||
REF boost-1.81.0
|
||||
SHA512 c53fccf5ec081dc654ccbdc11df977d13ecd19abcf2a2e70727a4549b7524d27a388a4be2835e695310df73ccf6180fd88af69d50871f2109d04a6c5881ba294
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,38 +1,39 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-function-types",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost function_types module",
|
||||
"homepage": "https://github.com/boostorg/function_types",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function
|
||||
REF boost-1.81.0
|
||||
SHA512 924a1b338c95acf519e1a930d5f3c96607d9b9fbc5fffd5b8aac63f7804a6c19546e22166a3e88af8a4a8b9d0343abc10cbb58dceec402b7c45ac523f4eb6a67
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function
|
||||
REF boost-1.81.0
|
||||
SHA512 924a1b338c95acf519e1a930d5f3c96607d9b9fbc5fffd5b8aac63f7804a6c19546e22166a3e88af8a4a8b9d0343abc10cbb58dceec402b7c45ac523f4eb6a67
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,54 +1,55 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-function",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost function module",
|
||||
"homepage": "https://github.com/boostorg/function",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/functional
|
||||
REF boost-1.81.0
|
||||
SHA512 fd6b0c3c273530338ac566c6e3a01c3f21d07390c3fc49efe8017dda580eea4903dc6cd36b9d7a25bdd9b91681d19dc215a63c84732cfdb7081a1e7e0a124a04
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/functional
|
||||
REF boost-1.81.0
|
||||
SHA512 fd6b0c3c273530338ac566c6e3a01c3f21d07390c3fc49efe8017dda580eea4903dc6cd36b9d7a25bdd9b91681d19dc215a63c84732cfdb7081a1e7e0a124a04
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,50 +1,51 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-functional",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost functional module",
|
||||
"homepage": "https://github.com/boostorg/functional",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fusion
|
||||
REF boost-1.81.0
|
||||
SHA512 56a9eafff6b0cf20042a408bd5ef6532467fe29146fa3282a05c868dc4ac141fbf5e22edc8d4332cb4808f5e3b1093585d463c8d4404bd9e5c998ae331c0f593
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fusion
|
||||
REF boost-1.81.0
|
||||
SHA512 56a9eafff6b0cf20042a408bd5ef6532467fe29146fa3282a05c868dc4ac141fbf5e22edc8d4332cb4808f5e3b1093585d463c8d4404bd9e5c998ae331c0f593
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,62 +1,63 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fusion",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost fusion module",
|
||||
"homepage": "https://github.com/boostorg/fusion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-functional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/geometry
|
||||
REF boost-1.81.0
|
||||
SHA512 1dbefe63f9776b234c2532cbb2e47bfce49a8194c30ec82cd1cbe16e8f7304a2196a9338dc00a62cf1bf74c7684d55f33f104126e72e4ae0214978f6212f475a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/geometry
|
||||
REF boost-1.81.0
|
||||
SHA512 1dbefe63f9776b234c2532cbb2e47bfce49a8194c30ec82cd1cbe16e8f7304a2196a9338dc00a62cf1bf74c7684d55f33f104126e72e4ae0214978f6212f475a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,146 +1,147 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-geometry",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost geometry module",
|
||||
"homepage": "https://github.com/boostorg/geometry",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-any",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-multiprecision",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-polygon",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-qvm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-rational",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tokenizer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant2",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/gil
|
||||
REF boost-1.81.0
|
||||
SHA512 935684461749bc18238f03f02ae0100fc77eb5665f7cb3f7afd7ba124a8d572cdb9ca78a2e7277d0091fee8f70b12ad1701eb67c65ba69baba8b5ca5e8c82130
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/gil
|
||||
REF boost-1.81.0
|
||||
SHA512 935684461749bc18238f03f02ae0100fc77eb5665f7cb3f7afd7ba124a8d572cdb9ca78a2e7277d0091fee8f70b12ad1701eb67c65ba69baba8b5ca5e8c82130
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,58 +1,59 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-gil",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost gil module",
|
||||
"homepage": "https://github.com/boostorg/gil",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant2",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/graph_parallel
|
||||
REF boost-1.81.0
|
||||
SHA512 31de00adb53686cc6518a0392a9987f74d55deb8fa1649a994fd12871be12f6d1729021052453f1a9b6a92daa54149572c79acfc06394df0be9f1b752412da24
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/graph_parallel
|
||||
REF boost-1.81.0
|
||||
SHA512 31de00adb53686cc6518a0392a9987f74d55deb8fa1649a994fd12871be12f6d1729021052453f1a9b6a92daa54149572c79acfc06394df0be9f1b752412da24
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-graph-parallel",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost graph_parallel module",
|
||||
"homepage": "https://github.com/boostorg/graph_parallel",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,123 +10,123 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-dynamic-bitset",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-foreach",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-graph",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpi",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-map",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-map-parallel",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-random",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
"mpi",
|
||||
{
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/graph
|
||||
REF boost-1.81.0
|
||||
SHA512 beffd30f5b613142c53b66c99a41120ea08f2279cfcad1326d347b93f7d1a846da99bab098a6659f92ffea5aa0f1ac04a0a34fb00d7b0a890e20213fb9ed0473
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/graph
|
||||
REF boost-1.81.0
|
||||
SHA512 beffd30f5b613142c53b66c99a41120ea08f2279cfcad1326d347b93f7d1a846da99bab098a6659f92ffea5aa0f1ac04a0a34fb00d7b0a890e20213fb9ed0473
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
@ -1,188 +1,189 @@
|
||||
{
|
||||
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-graph",
|
||||
"version": "1.81.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost graph module",
|
||||
"homepage": "https://github.com/boostorg/graph",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-any",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-bimap",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-conversion",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-foreach",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-map",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-tree",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-random",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tti",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-unordered",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#2"
|
||||
},
|
||||
{
|
||||
"name": "boost-xpressive",
|
||||
"version>=": "1.81.0"
|
||||
"version>=": "1.81.0#1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/hana
|
||||
REF boost-1.81.0
|
||||
SHA512 0e593a59fc85bc04aa355aa8fd24f94a14b29ec9ebfd1861253428999fbe76e05ba777e9b066bc95500522d0c08d43dd0558e6e35a2b67405ac6af80f5edcdb8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/hana
|
||||
REF boost-1.81.0
|
||||
SHA512 0e593a59fc85bc04aa355aa8fd24f94a14b29ec9ebfd1861253428999fbe76e05ba777e9b066bc95500522d0c08d43dd0558e6e35a2b67405ac6af80f5edcdb8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user