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

25 lines
587 B
JSON

{
"$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
"name": "suitesparse-config",
"version-semver": "7.8.3",
"description": "Configuration for SuiteSparse libraries",
"homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
"license": "BSD-3-Clause",
"dependencies": [
"blas",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"openmp": {
"description": "Enable OpenMP support (in SuiteSparse_config only)"
}
}
}