mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
6d05c4fd13
Compilation now succeeds only by coincidence, as the `boost-date-time` package is installed as a dependency of the `boost-process` one.
23 lines
404 B
JSON
23 lines
404 B
JSON
{
|
|
"name": "bitcoin-core",
|
|
"version-string": "1",
|
|
"dependencies": [
|
|
"berkeleydb",
|
|
"boost-date-time",
|
|
"boost-multi-index",
|
|
"boost-process",
|
|
"boost-signals2",
|
|
"boost-test",
|
|
"libevent",
|
|
"sqlite3",
|
|
"zeromq"
|
|
],
|
|
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
|
|
"overrides": [
|
|
{
|
|
"name": "libevent",
|
|
"version": "2.1.12#7"
|
|
}
|
|
]
|
|
}
|