Skip to content

Commit

Permalink
[ports downstream from boost] Fix boost dependencies (#38421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Apr 26, 2024
1 parent 9b61080 commit 943c5ef
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 19 deletions.
3 changes: 1 addition & 2 deletions ports/ctbignum/vcpkg.json
@@ -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
Expand Down
8 changes: 6 additions & 2 deletions ports/libhdfs3/vcpkg.json
@@ -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"
Expand Down
4 changes: 3 additions & 1 deletion ports/numcpp/vcpkg.json
@@ -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",
{
Expand Down
3 changes: 1 addition & 2 deletions ports/rbdl/vcpkg.json
@@ -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",
{
Expand Down
7 changes: 5 additions & 2 deletions ports/spirit-po/vcpkg.json
@@ -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"
]
}
9 changes: 7 additions & 2 deletions ports/strtk/vcpkg.json
@@ -1,15 +1,20 @@
{
"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,
"features": {
"boost": {
"description": "Request boost libraries",
"dependencies": [
"boost"
"boost-algorithm",
"boost-lexical-cast",
"boost-random",
"boost-regex",
"boost-spirit",
"boost-tokenizer"
]
}
}
Expand Down
13 changes: 12 additions & 1 deletion ports/think-cell-range/vcpkg.json
@@ -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"
]
}
14 changes: 7 additions & 7 deletions versions/baseline.json
Expand Up @@ -2030,7 +2030,7 @@
},
"ctbignum": {
"baseline": "2019-08-02",
"port-version": 3
"port-version": 4
},
"ctemplate": {
"baseline": "2020-09-14",
Expand Down Expand Up @@ -4478,7 +4478,7 @@
},
"libhdfs3": {
"baseline": "2019-11-05",
"port-version": 5
"port-version": 6
},
"libheif": {
"baseline": "1.17.6",
Expand Down Expand Up @@ -6226,7 +6226,7 @@
},
"numcpp": {
"baseline": "2.12.1",
"port-version": 0
"port-version": 1
},
"nuspell": {
"baseline": "5.1.4",
Expand Down Expand Up @@ -7574,7 +7574,7 @@
},
"rbdl": {
"baseline": "3.3.0",
"port-version": 5
"port-version": 6
},
"rbdl-orb": {
"baseline": "3.2.0",
Expand Down Expand Up @@ -8310,7 +8310,7 @@
},
"spirit-po": {
"baseline": "1.1.2",
"port-version": 3
"port-version": 4
},
"spirv-cross": {
"baseline": "1.3.280.0",
Expand Down Expand Up @@ -8462,7 +8462,7 @@
},
"strtk": {
"baseline": "2020-09-14",
"port-version": 3
"port-version": 4
},
"stx": {
"baseline": "1.0.5",
Expand Down Expand Up @@ -8602,7 +8602,7 @@
},
"think-cell-range": {
"baseline": "2023.1",
"port-version": 0
"port-version": 1
},
"thomasmonkman-filewatch": {
"baseline": "2023-01-16",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/ctbignum.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e343f08ae948a498ea8aba148c3dacda6da0fb3f",
"version-date": "2019-08-02",
"port-version": 4
},
{
"git-tree": "b3b10f0256bff010503b6ebcbb966235308947f2",
"version-date": "2019-08-02",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libhdfs3.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2a648636200d5c12c63989b73d7c19c79b4978b0",
"version-date": "2019-11-05",
"port-version": 6
},
{
"git-tree": "b7c6b5d79957e7f11f9cc7b0890275edd627606d",
"version-date": "2019-11-05",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/numcpp.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "300dfe4a76995143213ee1c14076a13c597f3bea",
"version": "2.12.1",
"port-version": 1
},
{
"git-tree": "7a6e04f1febb3a78dbb37c375e8e0b322802c244",
"version": "2.12.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rbdl.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c6a8a964a403cf9fe31d6c21173f309af1cd8474",
"version": "3.3.0",
"port-version": 6
},
{
"git-tree": "9a6d8dcfc91836032a5365ce4cd5a31aca1338a3",
"version": "3.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/spirit-po.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d36dada2f426d31405812e8414cde74eb3d58416",
"version": "1.1.2",
"port-version": 4
},
{
"git-tree": "9948e3b6cffe3bc1b61bf71089ad85247ecc1355",
"version": "1.1.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/strtk.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9ca0c92f240e76f11da9df645fa1bcba01e877b4",
"version-date": "2020-09-14",
"port-version": 4
},
{
"git-tree": "25bd007473e6ece64e317dc8b4ea97d29188a173",
"version-date": "2020-09-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/think-cell-range.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fd31e8f8ef5d1d510f6cf9f2317ed85fc6c3357c",
"version": "2023.1",
"port-version": 1
},
{
"git-tree": "98fd2e4c5e01f3c8396c5bb35cfbdd81da45f47f",
"version": "2023.1",
Expand Down

0 comments on commit 943c5ef

Please sign in to comment.