mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
32 lines
615 B
JSON
32 lines
615 B
JSON
{
|
|
"name": "boost-math",
|
|
"version": "1.77.0",
|
|
"description": "Boost math module",
|
|
"homepage": "https://github.com/boostorg/math",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
{
|
|
"name": "boost-build",
|
|
"host": true
|
|
},
|
|
"boost-concept-check",
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-integer",
|
|
"boost-lexical-cast",
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true
|
|
},
|
|
"boost-predef",
|
|
"boost-random",
|
|
"boost-static-assert",
|
|
"boost-throw-exception",
|
|
"boost-vcpkg-helpers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|