diff options
Diffstat (limited to 'vcpkg/ports/scotch/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/scotch/vcpkg.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/scotch/vcpkg.json b/vcpkg/ports/scotch/vcpkg.json new file mode 100644 index 0000000..3793326 --- /dev/null +++ b/vcpkg/ports/scotch/vcpkg.json @@ -0,0 +1,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" + ] + } + } +} |