mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[ports downstream from boost] Fix boost dependencies (#38421)
This commit is contained in:
parent
9b61080abc
commit
943c5ef1c8
@ -1,11 +1,10 @@
|
||||
{
|
||||
"name": "ctbignum",
|
||||
"version-date": "2019-08-02",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "This is a header-only template library for fixed-width \"small big-integer\" computations, for use during run-time as well as compile-time.",
|
||||
"homepage": "https://github.com/niekbouman/ctbignum",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "libhdfs3",
|
||||
"version-date": "2019-11-05",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
|
||||
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
|
||||
"supports": "!windows",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
"boost-atomic",
|
||||
"boost-chrono",
|
||||
"boost-iostreams",
|
||||
"boost-system",
|
||||
"boost-thread",
|
||||
{
|
||||
"name": "libuuid",
|
||||
"platform": "!windows & !osx"
|
||||
|
@ -1,17 +1,19 @@
|
||||
{
|
||||
"name": "numcpp",
|
||||
"version": "2.12.1",
|
||||
"port-version": 1,
|
||||
"description": "C++ implementation of the Python Numpy library",
|
||||
"homepage": "https://dpilger26.github.io/NumCpp",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
"boost-algorithm",
|
||||
"boost-date-time",
|
||||
"boost-endian",
|
||||
"boost-integer",
|
||||
"boost-log",
|
||||
"boost-math",
|
||||
"boost-predef",
|
||||
"boost-python",
|
||||
"boost-random",
|
||||
"boost-type-traits",
|
||||
{
|
||||
|
@ -1,11 +1,10 @@
|
||||
{
|
||||
"name": "rbdl",
|
||||
"version": "3.3.0",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Rigid Body Dynamics Library",
|
||||
"homepage": "https://github.com/rbdl/rbdl",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
"eigen3",
|
||||
"lua",
|
||||
{
|
||||
|
@ -1,10 +1,13 @@
|
||||
{
|
||||
"name": "spirit-po",
|
||||
"version": "1.1.2",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "A header-only C++ library for localization using GNU gettext po files, based on Boost.Spirit.",
|
||||
"homepage": "https://github.com/cbeck88/spirit-po",
|
||||
"dependencies": [
|
||||
"boost"
|
||||
"boost-fusion",
|
||||
"boost-optional",
|
||||
"boost-spirit",
|
||||
"boost-variant"
|
||||
]
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "strtk",
|
||||
"version-date": "2020-09-14",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "robust, optimized and portable string processing algorithms for the C++ language",
|
||||
"homepage": "https://github.com/ArashPartow/strtk",
|
||||
"license": null,
|
||||
@ -9,7 +9,12 @@
|
||||
"boost": {
|
||||
"description": "Request boost libraries",
|
||||
"dependencies": [
|
||||
"boost"
|
||||
"boost-algorithm",
|
||||
"boost-lexical-cast",
|
||||
"boost-random",
|
||||
"boost-regex",
|
||||
"boost-spirit",
|
||||
"boost-tokenizer"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,21 @@
|
||||
{
|
||||
"name": "think-cell-range",
|
||||
"version": "2023.1",
|
||||
"port-version": 1,
|
||||
"description": "think-cell's range library",
|
||||
"homepage": "https://github.com/think-cell/think-cell-library",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost"
|
||||
"boost-filesystem",
|
||||
"boost-fusion",
|
||||
"boost-integer",
|
||||
"boost-intrusive",
|
||||
"boost-lexical-cast",
|
||||
"boost-mpl",
|
||||
"boost-multi-index",
|
||||
"boost-predef",
|
||||
"boost-preprocessor",
|
||||
"boost-range",
|
||||
"boost-spirit"
|
||||
]
|
||||
}
|
||||
|
@ -2030,7 +2030,7 @@
|
||||
},
|
||||
"ctbignum": {
|
||||
"baseline": "2019-08-02",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"ctemplate": {
|
||||
"baseline": "2020-09-14",
|
||||
@ -4478,7 +4478,7 @@
|
||||
},
|
||||
"libhdfs3": {
|
||||
"baseline": "2019-11-05",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"libheif": {
|
||||
"baseline": "1.17.6",
|
||||
@ -6226,7 +6226,7 @@
|
||||
},
|
||||
"numcpp": {
|
||||
"baseline": "2.12.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"nuspell": {
|
||||
"baseline": "5.1.4",
|
||||
@ -7574,7 +7574,7 @@
|
||||
},
|
||||
"rbdl": {
|
||||
"baseline": "3.3.0",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"rbdl-orb": {
|
||||
"baseline": "3.2.0",
|
||||
@ -8310,7 +8310,7 @@
|
||||
},
|
||||
"spirit-po": {
|
||||
"baseline": "1.1.2",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"spirv-cross": {
|
||||
"baseline": "1.3.280.0",
|
||||
@ -8462,7 +8462,7 @@
|
||||
},
|
||||
"strtk": {
|
||||
"baseline": "2020-09-14",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"stx": {
|
||||
"baseline": "1.0.5",
|
||||
@ -8602,7 +8602,7 @@
|
||||
},
|
||||
"think-cell-range": {
|
||||
"baseline": "2023.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"thomasmonkman-filewatch": {
|
||||
"baseline": "2023-01-16",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e343f08ae948a498ea8aba148c3dacda6da0fb3f",
|
||||
"version-date": "2019-08-02",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "b3b10f0256bff010503b6ebcbb966235308947f2",
|
||||
"version-date": "2019-08-02",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2a648636200d5c12c63989b73d7c19c79b4978b0",
|
||||
"version-date": "2019-11-05",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "b7c6b5d79957e7f11f9cc7b0890275edd627606d",
|
||||
"version-date": "2019-11-05",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "300dfe4a76995143213ee1c14076a13c597f3bea",
|
||||
"version": "2.12.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7a6e04f1febb3a78dbb37c375e8e0b322802c244",
|
||||
"version": "2.12.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c6a8a964a403cf9fe31d6c21173f309af1cd8474",
|
||||
"version": "3.3.0",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "9a6d8dcfc91836032a5365ce4cd5a31aca1338a3",
|
||||
"version": "3.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d36dada2f426d31405812e8414cde74eb3d58416",
|
||||
"version": "1.1.2",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "9948e3b6cffe3bc1b61bf71089ad85247ecc1355",
|
||||
"version": "1.1.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9ca0c92f240e76f11da9df645fa1bcba01e877b4",
|
||||
"version-date": "2020-09-14",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "25bd007473e6ece64e317dc8b4ea97d29188a173",
|
||||
"version-date": "2020-09-14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fd31e8f8ef5d1d510f6cf9f2317ed85fc6c3357c",
|
||||
"version": "2023.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "98fd2e4c5e01f3c8396c5bb35cfbdd81da45f47f",
|
||||
"version": "2023.1",
|
||||
|
Loading…
Reference in New Issue
Block a user