mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[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>
This commit is contained in:
parent
a46c126f26
commit
c18618a4eb
@ -1,11 +1,9 @@
|
||||
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO theAeon/libleidenalg
|
||||
REF "v${VERSION}"
|
||||
SHA512 8ce68de2d16462dbeb8d6d0bf7740e20d7977da6da4dff953e60f9dfc5964149be0fb85026a49d0b41589af4ef3454c64253c6a6f6fdaa84e460b0756896fb42
|
||||
HEAD_REF master
|
||||
REF 748dfca386b997fe5a140e21b9ef0f78a6e95ee6
|
||||
SHA512 c88f0d9912981b8179d58c7084761e9123e2d7fdd4d971c348f1c0ec066b77914cf5592e0cdff21e371262fd28bbb50f2a09b06404adf2a1468f2f20c228a42f
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"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",
|
||||
|
@ -3990,7 +3990,7 @@
|
||||
},
|
||||
"libleidenalg": {
|
||||
"baseline": "0.9.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"liblemon": {
|
||||
"baseline": "2019-06-13",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9696d8a2ec996f80576288839bc059f5adf65eaa",
|
||||
"version": "0.9.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e3f8018154f86ae4ccf35801d996fc43ab445882",
|
||||
"version": "0.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user