2023-08-02 20:33:11 +02:00
|
|
|
{
|
|
|
|
"name": "scotch",
|
2024-10-25 05:26:36 +00:00
|
|
|
"version": "7.0.5",
|
2024-12-04 00:27:59 +00:00
|
|
|
"port-version": 1,
|
2023-08-02 20:33:11 +02:00
|
|
|
"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"
|
2024-12-04 00:27:59 +00:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"ptscotch": {
|
|
|
|
"description": "Build PT-Scotch",
|
|
|
|
"dependencies": [
|
|
|
|
"mpi"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-08-02 20:33:11 +02:00
|
|
|
}
|