Skip to content

Commit

Permalink
Trac #34491: Upgrade igraph to 0.9.10
Browse files Browse the repository at this point in the history
Suggested in https://sagemath.zulipchat.com/#narrow/stream/271086-feedba
ck/topic/hello/near/297088245

Marked "critical" because we set a necessary upper bound for the version
of igraph in spkg-configure.m4

URL: https://trac.sagemath.org/34491
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): David Coudert
  • Loading branch information
Release Manager committed Sep 19, 2022
2 parents 7747f43 + d51e167 commit a833b0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/igraph/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=igraph-VERSION.tar.gz
sha1=66da9978e789e996e4b85cf970ab46e84dc971d7
md5=fb0c24794bb88e88d4874802b78684bf
cksum=2298757908
sha1=75aae4d9f1459d9e6f6bd03189e6dff4208c29ca
md5=351a276216a8f09e11a401d2313ea471
cksum=1815245909
upstream_url=https://github.com/igraph/igraph/releases/download/VERSION/igraph-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/igraph/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.7
0.9.10
2 changes: 1 addition & 1 deletion build/pkgs/igraph/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SAGE_SPKG_CONFIGURE([igraph], [
SAGE_SPKG_DEPCHECK([glpk openblas gmp], [
dnl check for igraph with pkg-config
PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.9.5], [], [
PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.9.5 igraph < 0.10], [], [
sage_spkg_install_igraph=yes])
])
])
Expand Down

0 comments on commit a833b0e

Please sign in to comment.