aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/scotch/vcpkg.json
blob: 37933268ad422ed2393d128d115e8a7ec0c4da9d (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
{
  "name": "scotch",
  "version": "7.0.5",
  "port-version": 1,
  "description": "Scotch: a software package for graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering",
  "homepage": "https://gitlab.inria.fr/scotch/scotch",
  "license": null,
  "supports": "!arm & !uwp & !android & !osx",
  "dependencies": [
    "bzip2",
    "liblzma",
    "pthread",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "ptscotch": {
      "description": "Build PT-Scotch",
      "dependencies": [
        "mpi"
      ]
    }
  }
}