diff options
Diffstat (limited to 'vcpkg/ports/metis/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/metis/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/metis/vcpkg.json b/vcpkg/ports/metis/vcpkg.json new file mode 100644 index 0000000..5178825 --- /dev/null +++ b/vcpkg/ports/metis/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "metis", + "version-date": "2025-07-04", + "description": "Serial Graph Partitioning and Fill-reducing Matrix Ordering", + "homepage": "https://github.com/KarypisLab/METIS", + "license": "Apache-2.0", + "dependencies": [ + "gklib", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |