aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/metis/vcpkg.json
blob: 517882543a7ea1dc568f509cd76aee96adbb29d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "metis",
  "version-date": "2025-07-04",
  "description": "Serial Graph Partitioning and Fill-reducing Matrix Ordering",
  "homepage": "https://github.com/KarypisLab/METIS",
  "license": "Apache-2.0",
  "dependencies": [
    "gklib",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}