Skip to content

Commit

Permalink
update vcpkg baseline and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Sep 9, 2024
1 parent 326ec2b commit cae5254
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
5 changes: 3 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
"baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/Open-Transactions/vcpkg-registry",
"baseline": "ab9c0ab78566f9da15492bc432786b3c5a3092ed",
"baseline": "ac6703c4c36e46559ee2e0522f663427161eeaf5",
"packages": [
"libsodium",
"otcommon"
]
}
Expand Down
33 changes: 26 additions & 7 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema":
"https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "opentxs-dependency-builder",
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625",
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da",
"version": "1",
"dependencies": [
"boost-algorithm",
Expand All @@ -19,10 +19,8 @@
"boost-dynamic-bitset",
"boost-endian",
"boost-interprocess",
"boost-intrusive",
"boost-iostreams",
"boost-json",
"boost-move",
"boost-multiprecision",
"boost-program-options",
"boost-scope",
Expand All @@ -36,16 +34,36 @@
"frozen",
"gtest",
"libguarded",
"libsodium",
{
"name": "libsodium",
"version>=": "1.0.20#103"
},
"lmdb",
"openssl",
"otcommon",
{
"name": "openssl",
"version>=": "3.2.0"
},
{
"name": "otcommon",
"version>=": "3.1.2"
},
"protobuf",
{
"name": "protobuf",
"host": true
},
{
"name": "pthread",
"platform": "windows"
},
"qtbase",
{
"name": "qtbase",
"default-features": false,
"features": [
"gui",
"widgets"
]
},
"qtdeclarative",
"secp256k1",
"simpleini",
Expand All @@ -54,6 +72,7 @@
{
"name": "zeromq",
"features": [
"curve",
"sodium"
]
},
Expand Down

0 comments on commit cae5254

Please sign in to comment.