diff options
Diffstat (limited to 'vcpkg/ports/parmetis/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/parmetis/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/parmetis/vcpkg.json b/vcpkg/ports/parmetis/vcpkg.json new file mode 100644 index 0000000..e69539f --- /dev/null +++ b/vcpkg/ports/parmetis/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "parmetis", + "version-date": "2023-03-26", + "description": "Parallel Graph Partitioning and Fill-reducing Matrix Ordering", + "homepage": "https://github.com/KarypisLab/ParMETIS", + "license": null, + "dependencies": [ + "metis", + "mpi", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |