aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/suitesparse-rbio/vcpkg.json
blob: 91fefb436c994787f1ab2d33932699b943a7d7ff (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-rbio",
  "version-semver": "4.3.4",
  "description": "RBio: routines for reading/writing sparse matrices in Rutherford/Boeing format in SuiteSparse",
  "homepage": "https://people.engr.tamu.edu/davis/suitesparse.html",
  "license": "GPL-2.0-or-later",
  "dependencies": [
    "suitesparse-config",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}