Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
547 B
JSON

{
"$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
"name": "suitesparse-ccolamd",
"version-semver": "3.3.4",
"description": "CCOLAMD: Routines for constrained column approximate minimum degree ordering algorithm in SuiteSparse",
"homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
"license": "BSD-3-Clause",
"dependencies": [
"suitesparse-config",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}