mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[igraph] update to 1.0.0 (#47449)
Co-authored-by: Vincent Traag <vincent@traag.net>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/igraph/igraph/releases/download/${VERSION}/igraph-${VERSION}.tar.gz"
|
||||
FILENAME "igraph-${VERSION}.tar.gz"
|
||||
SHA512 821a8ef3fa4d4049d0ca09fa54e0824b3b31ce2c3329cca902899a8fd2441ad4e106ea9c65e7ad8ef643c906e7b5f4d276b670f0fdbf80c8e6c473cf6536bc96
|
||||
SHA512 2a2b7930adf9cf9de550e1a1348260e0c58e4d8b387cb7b6805aad2d501272cd846d1948bde9f6cc0432d904e6b1fb1f17e5e8c81f5bd146aef2560b7a7042c8
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.17",
|
||||
"version": "1.0.0",
|
||||
"description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency portability and ease of use.",
|
||||
"homepage": "https://igraph.org/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
||||
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO vtraag/libleidenalg
|
||||
REF "${VERSION}"
|
||||
SHA512 254b5454086683af3655c7e0e18cca8c24ceb899e0614940ab84a50fb2eea57d1b6409eb19a92976758b4d3066c86b643512356eb38d33311c80ff701381c433
|
||||
SHA512 f9e7b6157b2a871c4e9979245b91992b8edcd8bf2c98b5138bfa5786e227b41a9606ac18b4e4b2148e357bfabdf7b48cdf9a597e957c5fd391f2eb2f5e19f530
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libleidenalg",
|
||||
"version": "0.11.1",
|
||||
"version": "0.12.0",
|
||||
"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",
|
||||
@@ -9,7 +9,7 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "igraph",
|
||||
"version>=": "0.10.1"
|
||||
"version>=": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@@ -3845,7 +3845,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.17",
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"iguana": {
|
||||
@@ -4997,7 +4997,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"libleidenalg": {
|
||||
"baseline": "0.11.1",
|
||||
"baseline": "0.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"liblemon": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "301c306be2e21a033dd49ca67df72aeb7fa61860",
|
||||
"version": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "053dc17359a60076a8b062b951afed3961d3561c",
|
||||
"version": "0.10.17",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5932dc7e3c2d3187d4011d79fb01e91a3e2c8548",
|
||||
"version": "0.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "823c09a7bf91a6c9da357016c0d4a919b519d625",
|
||||
"version": "0.11.1",
|
||||
|
||||
Reference in New Issue
Block a user