vcpkg/ports/libleidenalg/vcpkg.json
Andrew Robbins c18618a4eb
[libleidenalg] fix broken download until upstream is ready (#29202)
* [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>
2023-01-26 19:17:46 -08:00

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
}
]
}