vcpkg/ports/scotch/vcpkg.json
Alexander Neumann 980ec0f49d
[scotch] add new port (#32859)
* [scotch] add new port

* format manifest

* v db

* add pthread dep

* v db

* remove debug include folder

* v db

* !supports all ci failures

* v db

* remove man folder

* v db
2023-08-02 11:33:11 -07:00

23 lines
510 B
JSON

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