mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
32 lines
662 B
JSON
32 lines
662 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|