mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
4a4b6702f1
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"name": "ceres",
|
|
"version": "2.2.0",
|
|
"description": "non-linear optimization package",
|
|
"homepage": "https://github.com/ceres-solver/ceres-solver",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "glog",
|
|
"platform": "!(arm & uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "Support for CUDA based dense solvers",
|
|
"supports": "linux | (!osx & !uwp & !(arm64 & windows))",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"eigensparse": {
|
|
"description": "Use of Eigen as a sparse linear algebra library in Ceres"
|
|
},
|
|
"lapack": {
|
|
"description": "Use Lapack in Ceres",
|
|
"dependencies": [
|
|
"lapack"
|
|
]
|
|
},
|
|
"schur": {
|
|
"description": "Enable fixed-size Schur specializations in Ceres"
|
|
},
|
|
"suitesparse": {
|
|
"description": "SuiteSparse support for Ceres",
|
|
"dependencies": [
|
|
{
|
|
"name": "ceres",
|
|
"features": [
|
|
"lapack"
|
|
]
|
|
},
|
|
{
|
|
"name": "suitesparse",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Ceres tools",
|
|
"dependencies": [
|
|
"gflags"
|
|
]
|
|
}
|
|
}
|
|
}
|