vcpkg/ports/scotch/vcpkg.json
Mengna-Li a18a047e3b
[scotch] update to v7.0.5 (#41712)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
2024-10-24 22:26:36 -07:00

23 lines
510 B
JSON

{
"name": "scotch",
"version": "7.0.5",
"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"
]
}