[igraph] update to 0.9.4 (#18213)

* igraph: update to 0.9.4

* igraph: x-add-version

* improve formatting

* x-add-version
This commit is contained in:
Szabolcs Horvát 2021-06-03 21:39:51 +02:00 committed by GitHub
parent 9411ed741e
commit c3b250142f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -4,9 +4,9 @@
# - The release tarball contains pre-generated parser sources, which eliminates the dependency on bison/flex.
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/igraph/igraph/releases/download/0.9.3/igraph-0.9.3.tar.gz"
FILENAME "igraph-0.9.3.tar.gz"
SHA512 69c7a217a27a34763750fe1bb3a981d9ce5aceb9027fe98ebdd2b2cbf4558734f55128ff8d9e46d066020d5bc942f6df761861bf7b103025015d3f0e336a7e7c
URLS "https://github.com/igraph/igraph/releases/download/0.9.4/igraph-0.9.4.tar.gz"
FILENAME "igraph-0.9.4.tar.gz"
SHA512 1188d69b95f581d7dac5874dcdb2d1b1a322e39b275c6f092c199ed6214def814062bd46d573bdaa4bc8f4514d6840c6e93dedbe0f6c99a15de33cbc39356573
)
vcpkg_extract_source_archive_ex(
@ -15,7 +15,7 @@ vcpkg_extract_source_archive_ex(
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
FEATURES
graphml IGRAPH_GRAPHML_SUPPORT
openmp IGRAPH_OPENMP_SUPPORT
)

View File

@ -1,6 +1,6 @@
{
"name": "igraph",
"version": "0.9.3",
"version": "0.9.4",
"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/",
"dependencies": [

View File

@ -2609,7 +2609,7 @@
"port-version": 0
},
"igraph": {
"baseline": "0.9.3",
"baseline": "0.9.4",
"port-version": 0
},
"iir1": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e03d26f1f8688463fda90a1ace2dc38a1045954d",
"version": "0.9.4",
"port-version": 0
},
{
"git-tree": "ddee866d3bd75d1537681669470c84a530fb432f",
"version": "0.9.3",