mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
c18618a4eb
* [libleidenalg] temp fix while waiting for upstream * [libleidenalg] bump baseline * Update ports/libleidenalg/vcpkg.json Co-authored-by: Billy O'Neal <bion@microsoft.com> * update baseline * Use a commit SHA rather than the ref. * Fix SHA * Fix version DB. Co-authored-by: Billy O'Neal <bion@microsoft.com>
21 lines
488 B
JSON
21 lines
488 B
JSON
{
|
|
"name": "libleidenalg",
|
|
"version": "0.9.0",
|
|
"port-version": 1,
|
|
"maintainers": "Andrew Robbins <andrew@robbinsa.me>",
|
|
"description": "Leiden is a general algorithm for methods of community detection in large networks.",
|
|
"homepage": "https://github.com/vtraag/libleidenalg",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": [
|
|
"igraph",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|