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

35 lines
840 B
JSON

{
"$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
"name": "suitesparse-spqr",
"version-semver": "4.3.4",
"description": "SPQR: Multithreaded, multifrontal, rank-revealing sparse QR factorization method in SuiteSparse",
"homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
"license": "GPL-2.0-or-later",
"dependencies": [
"lapack",
{
"name": "suitesparse-cholmod",
"features": [
"supernodal"
]
},
"suitesparse-config",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cuda": {
"description": "Enable CUDA support for the current compute architecture of this machine",
"dependencies": [
"cuda"
]
}
}
}