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

20 lines
539 B
JSON

{
"$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
"name": "suitesparse-btf",
"version-semver": "2.3.2",
"description": "BTF: Software package for permuting a matrix into block upper triangular form in SuiteSparse",
"homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
"license": "LGPL-2.1-or-later",
"dependencies": [
"suitesparse-config",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}