aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/suitesparse-btf/vcpkg.json
blob: dfa1056b609d8bb7523e5c101d105c2334248c6d (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-btf",
  "version-semver": "2.3.2",
  "description": "BTF: Software package for permuting a matrix into block upper triangular form in SuiteSparse",
  "homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
  "license": "LGPL-2.1-or-later",
  "dependencies": [
    "suitesparse-config",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}