mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[ceres]update SHA512 (#24156)
* update hash * update version * update feature cuda description * overwrite version
This commit is contained in:
parent
7ef0c787df
commit
dc2b45330b
@ -10,7 +10,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ceres-solver/ceres-solver
|
||||
REF f68321e7de8929fbcdb95dd42877531e64f72f66 #2.1.0
|
||||
SHA512 b482988d837187e348250122b1acacbb4fd6354709efa6335c0322a68234a38292c072499a886b69a30614f85c818d3d2e9eeb3d3d0ca17d8f013a38d9151207
|
||||
SHA512 67bbd8a9385a40fe69d118fbc84da0fcc9aa1fbe14dd52f5403ed09686504213a1d931e95a1a0148d293b27ab5ce7c1d618fbf2e8fed95f2bbafab851a1ef449
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0001_cmakelists_fixes.patch
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "ceres",
|
||||
"version": "2.1.0",
|
||||
"port-version": 1,
|
||||
"description": "non-linear optimization package",
|
||||
"homepage": "https://github.com/ceres-solver/ceres-solver",
|
||||
"license": "Apache-2.0",
|
||||
@ -18,7 +19,7 @@
|
||||
],
|
||||
"features": {
|
||||
"cuda": {
|
||||
"description": "Build darknet with support for CUDA",
|
||||
"description": "Support for CUDA based dense solvers",
|
||||
"supports": "linux | (!osx & !uwp & !(arm64 & windows))",
|
||||
"dependencies": [
|
||||
"cuda"
|
||||
|
@ -1306,7 +1306,7 @@
|
||||
},
|
||||
"ceres": {
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"cfitsio": {
|
||||
"baseline": "3.49",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "85a5ff9f8727124ce91655f2d37b9a6c77f367e1",
|
||||
"version": "2.1.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d3ebf81bee31323b13ad3353b6dbf9944b03abe3",
|
||||
"version": "2.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user