Skip to content

Commit 943c5ef

Browse files
authored
[ports downstream from boost] Fix boost dependencies (#38421)
1 parent 9b61080 commit 943c5ef

15 files changed

Lines changed: 77 additions & 19 deletions

File tree

ports/ctbignum/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "ctbignum",
33
"version-date": "2019-08-02",
4-
"port-version": 3,
4+
"port-version": 4,
55
"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.",
66
"homepage": "https://github.com/niekbouman/ctbignum",
77
"dependencies": [
8-
"boost",
98
{
109
"name": "vcpkg-cmake",
1110
"host": true

ports/libhdfs3/vcpkg.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "libhdfs3",
33
"version-date": "2019-11-05",
4-
"port-version": 5,
4+
"port-version": 6,
55
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
66
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
77
"supports": "!windows",
88
"dependencies": [
9-
"boost",
9+
"boost-atomic",
10+
"boost-chrono",
11+
"boost-iostreams",
12+
"boost-system",
13+
"boost-thread",
1014
{
1115
"name": "libuuid",
1216
"platform": "!windows & !osx"

ports/numcpp/vcpkg.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"name": "numcpp",
33
"version": "2.12.1",
4+
"port-version": 1,
45
"description": "C++ implementation of the Python Numpy library",
56
"homepage": "https://dpilger26.github.io/NumCpp",
67
"license": "MIT",
78
"dependencies": [
8-
"boost",
99
"boost-algorithm",
1010
"boost-date-time",
1111
"boost-endian",
1212
"boost-integer",
13+
"boost-log",
1314
"boost-math",
1415
"boost-predef",
16+
"boost-python",
1517
"boost-random",
1618
"boost-type-traits",
1719
{

ports/rbdl/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "rbdl",
33
"version": "3.3.0",
4-
"port-version": 5,
4+
"port-version": 6,
55
"description": "Rigid Body Dynamics Library",
66
"homepage": "https://github.com/rbdl/rbdl",
77
"dependencies": [
8-
"boost",
98
"eigen3",
109
"lua",
1110
{

ports/spirit-po/vcpkg.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "spirit-po",
33
"version": "1.1.2",
4-
"port-version": 3,
4+
"port-version": 4,
55
"description": "A header-only C++ library for localization using GNU gettext po files, based on Boost.Spirit.",
66
"homepage": "https://github.com/cbeck88/spirit-po",
77
"dependencies": [
8-
"boost"
8+
"boost-fusion",
9+
"boost-optional",
10+
"boost-spirit",
11+
"boost-variant"
912
]
1013
}

ports/strtk/vcpkg.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "strtk",
33
"version-date": "2020-09-14",
4-
"port-version": 3,
4+
"port-version": 4,
55
"description": "robust, optimized and portable string processing algorithms for the C++ language",
66
"homepage": "https://github.com/ArashPartow/strtk",
77
"license": null,
88
"features": {
99
"boost": {
1010
"description": "Request boost libraries",
1111
"dependencies": [
12-
"boost"
12+
"boost-algorithm",
13+
"boost-lexical-cast",
14+
"boost-random",
15+
"boost-regex",
16+
"boost-spirit",
17+
"boost-tokenizer"
1318
]
1419
}
1520
}

ports/think-cell-range/vcpkg.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
{
22
"name": "think-cell-range",
33
"version": "2023.1",
4+
"port-version": 1,
45
"description": "think-cell's range library",
56
"homepage": "https://github.com/think-cell/think-cell-library",
67
"license": "BSL-1.0",
78
"dependencies": [
8-
"boost"
9+
"boost-filesystem",
10+
"boost-fusion",
11+
"boost-integer",
12+
"boost-intrusive",
13+
"boost-lexical-cast",
14+
"boost-mpl",
15+
"boost-multi-index",
16+
"boost-predef",
17+
"boost-preprocessor",
18+
"boost-range",
19+
"boost-spirit"
920
]
1021
}

versions/baseline.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@
20302030
},
20312031
"ctbignum": {
20322032
"baseline": "2019-08-02",
2033-
"port-version": 3
2033+
"port-version": 4
20342034
},
20352035
"ctemplate": {
20362036
"baseline": "2020-09-14",
@@ -4478,7 +4478,7 @@
44784478
},
44794479
"libhdfs3": {
44804480
"baseline": "2019-11-05",
4481-
"port-version": 5
4481+
"port-version": 6
44824482
},
44834483
"libheif": {
44844484
"baseline": "1.17.6",
@@ -6226,7 +6226,7 @@
62266226
},
62276227
"numcpp": {
62286228
"baseline": "2.12.1",
6229-
"port-version": 0
6229+
"port-version": 1
62306230
},
62316231
"nuspell": {
62326232
"baseline": "5.1.4",
@@ -7574,7 +7574,7 @@
75747574
},
75757575
"rbdl": {
75767576
"baseline": "3.3.0",
7577-
"port-version": 5
7577+
"port-version": 6
75787578
},
75797579
"rbdl-orb": {
75807580
"baseline": "3.2.0",
@@ -8310,7 +8310,7 @@
83108310
},
83118311
"spirit-po": {
83128312
"baseline": "1.1.2",
8313-
"port-version": 3
8313+
"port-version": 4
83148314
},
83158315
"spirv-cross": {
83168316
"baseline": "1.3.280.0",
@@ -8462,7 +8462,7 @@
84628462
},
84638463
"strtk": {
84648464
"baseline": "2020-09-14",
8465-
"port-version": 3
8465+
"port-version": 4
84668466
},
84678467
"stx": {
84688468
"baseline": "1.0.5",
@@ -8602,7 +8602,7 @@
86028602
},
86038603
"think-cell-range": {
86048604
"baseline": "2023.1",
8605-
"port-version": 0
8605+
"port-version": 1
86068606
},
86078607
"thomasmonkman-filewatch": {
86088608
"baseline": "2023-01-16",

versions/c-/ctbignum.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "e343f08ae948a498ea8aba148c3dacda6da0fb3f",
5+
"version-date": "2019-08-02",
6+
"port-version": 4
7+
},
38
{
49
"git-tree": "b3b10f0256bff010503b6ebcbb966235308947f2",
510
"version-date": "2019-08-02",

versions/l-/libhdfs3.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "2a648636200d5c12c63989b73d7c19c79b4978b0",
5+
"version-date": "2019-11-05",
6+
"port-version": 6
7+
},
38
{
49
"git-tree": "b7c6b5d79957e7f11f9cc7b0890275edd627606d",
510
"version-date": "2019-11-05",

0 commit comments

Comments
 (0)