aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/parmetis/vcpkg.json
blob: e69539f0cf7deb53adc160f75711de801d554549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "parmetis",
  "version-date": "2023-03-26",
  "description": "Parallel Graph Partitioning and Fill-reducing Matrix Ordering",
  "homepage": "https://github.com/KarypisLab/ParMETIS",
  "license": null,
  "dependencies": [
    "metis",
    "mpi",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}