Skip to content

Commit

Permalink
[igraph] update to 0.10.3 (microsoft#28636)
Browse files Browse the repository at this point in the history
* [igraph] update to 0.10.3

* [igraph] x-add-version

* [igraph] migrate deprecated functions to new alternatives

* [igraph] x-add-version
  • Loading branch information
szhorvat authored Jan 4, 2023
1 parent 15edd85 commit 0d38238
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ports/igraph/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# - 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.10.2/igraph-0.10.2.tar.gz"
FILENAME "igraph-0.10.2.tar.gz"
SHA512 28b0d53b846af070e1512663a55ed9c8ff57bf57d1c1b548e1970f365e16f771fc0dad3c55717be9fe0c0948aa930fa12d0e1aac1398800e9e43215c128de17f
URLS "https://github.com/igraph/igraph/releases/download/0.10.3/igraph-0.10.3.tar.gz"
FILENAME "igraph-0.10.3.tar.gz"
SHA512 0acfeb56ca5b614e1d76096fcee3fa0df785a13795ad7274b4b1c1544752eef6d4fb80646e99345c48e5f2cb9be354458c92d145157bb1ebc6c1013345374a9e
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE ${ARCHIVE}
PATCHES
"glpk-uwp.patch" # patch GLPK for UWP compatibility
Expand Down
3 changes: 1 addition & 2 deletions ports/igraph/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "igraph",
"version": "0.10.2",
"port-version": 1,
"version": "0.10.3",
"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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3089,8 +3089,8 @@
"port-version": 0
},
"igraph": {
"baseline": "0.10.2",
"port-version": 1
"baseline": "0.10.3",
"port-version": 0
},
"iir1": {
"baseline": "1.9.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/igraph.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "466c1f770b98665acf2eabc1bbcb46473b443780",
"version": "0.10.3",
"port-version": 0
},
{
"git-tree": "dab7bf18e45ab8b619e64a7606502d293c784367",
"version": "0.10.2",
Expand Down

0 comments on commit 0d38238

Please sign in to comment.