aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/suitesparse-camd/vcpkg.json
blob: 0f8fcae92fbc80b7f9155043aad56ba450788f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
  "name": "suitesparse-camd",
  "version-semver": "3.3.3",
  "description": "AMD: Routines for permuting sparse matrices prior to factorization 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
    }
  ]
}