aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/suitesparse-spqr/vcpkg.json
blob: 38d862886c89e9de51baf6bb280851e7c05c12e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
  "name": "suitesparse-spqr",
  "version-semver": "4.3.4",
  "description": "SPQR: Multithreaded, multifrontal, rank-revealing sparse QR factorization method in SuiteSparse",
  "homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
  "license": "GPL-2.0-or-later",
  "dependencies": [
    "lapack",
    {
      "name": "suitesparse-cholmod",
      "features": [
        "supernodal"
      ]
    },
    "suitesparse-config",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cuda": {
      "description": "Enable CUDA support for the current compute architecture of this machine",
      "dependencies": [
        "cuda"
      ]
    }
  }
}