mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 14:29:00 +08:00
9eb19776b0
* Use Cmake without gflash for UWP-ARM64 build * Merge branch 'master' of https://github.com/Microsoft/vcpkg * Update version database * Added glog dependencie for not uwp platforms * Formatted vcpkg.json * Updated version * Added MINIGLOG Feature in uwp * Update version database * Changed platform support for glog * Update version database Co-authored-by: Adolfo Solis <asolis@polyworksmexico.com>
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "ceres",
|
|
"version": "2.1.0",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
},
|
|
"cxsparse": {
|
|
"description": "CXSparse support for Ceres",
|
|
"dependencies": [
|
|
{
|
|
"name": "suitesparse",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"eigensparse": {
|
|
"description": "Use of Eigen as a sparse linear algebra library in Ceres"
|
|
},
|
|
"lapack": {
|
|
"description": "Use Lapack in Ceres",
|
|
"dependencies": [
|
|
"lapack"
|
|
]
|
|
},
|
|
"suitesparse": {
|
|
"description": "SuiteSparse support for Ceres",
|
|
"dependencies": [
|
|
{
|
|
"name": "ceres",
|
|
"features": [
|
|
"lapack"
|
|
]
|
|
},
|
|
{
|
|
"name": "suitesparse",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Ceres tools",
|
|
"dependencies": [
|
|
"gflags"
|
|
]
|
|
}
|
|
}
|
|
}
|