mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
0e4d6f084f
* [ceres] Mark all dependencies REQUIRED * [suitesparse] Fix FindCXSparse.cmake * [ceres] Add version to db Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"name": "suitesparse",
|
|
"version-semver": "5.8.0",
|
|
"port-version": 1,
|
|
"description": "A suite of sparse matrix algorithms. Also provides libcxsparse.",
|
|
"homepage": "http://suitesparse.com",
|
|
"dependencies": [
|
|
"lapack",
|
|
"metis"
|
|
]
|
|
}
|