mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
[cxsparse] fix feature cxsparse (#30126)
This commit is contained in:
parent
4205e3d535
commit
be97a60701
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ceres",
|
||||
"version": "2.1.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "non-linear optimization package",
|
||||
"homepage": "https://github.com/ceres-solver/ceres-solver",
|
||||
"license": "Apache-2.0",
|
||||
@ -32,8 +32,10 @@
|
||||
"description": "CXSparse support for Ceres",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "suitesparse",
|
||||
"default-features": false
|
||||
"name": "ceres",
|
||||
"features": [
|
||||
"suitesparse"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1406,7 +1406,7 @@
|
||||
},
|
||||
"ceres": {
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"cfitsio": {
|
||||
"baseline": "3.49",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b2ebeb85c8833b2631210c4b790204151e402981",
|
||||
"version": "2.1.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "41580e5d78c0894588ee748ef09366ff9309aa0c",
|
||||
"version": "2.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user