diff options
| author | Szabolcs Horvát <szhorvat@gmail.com> | 2021-06-03 21:39:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 12:39:51 -0700 |
| commit | c3b250142f158177aed2f6d6770ae6b29e8df8db (patch) | |
| tree | 4664774fe463268ebd385961b401982296c12e7c /ports | |
| parent | 9411ed741e7e196af196f94bc4c23443acf1dcdc (diff) | |
| download | vcpkg-c3b250142f158177aed2f6d6770ae6b29e8df8db.tar.gz vcpkg-c3b250142f158177aed2f6d6770ae6b29e8df8db.zip | |
[igraph] update to 0.9.4 (#18213)
* igraph: update to 0.9.4
* igraph: x-add-version
* improve formatting
* x-add-version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/igraph/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/igraph/vcpkg.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/igraph/portfile.cmake b/ports/igraph/portfile.cmake index d8164d83f..edd1dd242 100644 --- a/ports/igraph/portfile.cmake +++ b/ports/igraph/portfile.cmake @@ -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 ) diff --git a/ports/igraph/vcpkg.json b/ports/igraph/vcpkg.json index 24c253633..e7158bff7 100644 --- a/ports/igraph/vcpkg.json +++ b/ports/igraph/vcpkg.json @@ -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": [ |
