2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "boost-odeint",
|
2022-08-26 01:46:01 +08:00
|
|
|
"version": "1.80.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "Boost odeint module",
|
|
|
|
"homepage": "https://github.com/boostorg/odeint",
|
2022-04-22 01:01:54 +08:00
|
|
|
"license": "BSL-1.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"dependencies": [
|
|
|
|
"boost-array",
|
|
|
|
"boost-assert",
|
|
|
|
"boost-bind",
|
|
|
|
"boost-compute",
|
|
|
|
"boost-config",
|
|
|
|
"boost-core",
|
|
|
|
"boost-function",
|
|
|
|
"boost-fusion",
|
|
|
|
"boost-iterator",
|
|
|
|
"boost-math",
|
|
|
|
"boost-mpl",
|
|
|
|
"boost-multi-array",
|
|
|
|
"boost-preprocessor",
|
|
|
|
"boost-range",
|
|
|
|
"boost-static-assert",
|
|
|
|
"boost-throw-exception",
|
|
|
|
"boost-type-traits",
|
2021-09-28 08:12:39 +08:00
|
|
|
"boost-ublas",
|
2021-01-14 06:41:23 +08:00
|
|
|
"boost-units",
|
|
|
|
"boost-utility",
|
|
|
|
"boost-vcpkg-helpers"
|
2021-10-12 09:21:08 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"mpi": {
|
|
|
|
"description": "Support parallelization with MPI",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-mpi"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-01-14 06:41:23 +08:00
|
|
|
}
|