aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/suitesparse-colamd/vcpkg.json
blob: 3a1588b256630bd0a94e172ba66af0ba6dc5650b (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-colamd",
  "version-semver": "3.3.4",
  "description": "COLAMD: Routines for column approximate minimum degree ordering algorithm 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
    }
  ]
}