diff options
Diffstat (limited to 'vcpkg/ports/suitesparse-klu/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/suitesparse-klu/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/suitesparse-klu/vcpkg.json b/vcpkg/ports/suitesparse-klu/vcpkg.json new file mode 100644 index 0000000..8acbff9 --- /dev/null +++ b/vcpkg/ports/suitesparse-klu/vcpkg.json @@ -0,0 +1,30 @@ +{ + "$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports", + "name": "suitesparse-klu", + "version-semver": "2.3.5", + "description": "KLU: Routines for solving sparse linear systems of equations in SuiteSparse", + "homepage": "https://people.engr.tamu.edu/davis/suitesparse.html", + "license": "LGPL-2.1-or-later", + "dependencies": [ + "suitesparse-amd", + "suitesparse-btf", + "suitesparse-colamd", + "suitesparse-config", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "cholmod": { + "description": "Build example user-ordering function using CHOLMOD", + "dependencies": [ + "suitesparse-cholmod" + ] + } + } +} |