Skip to content

Commit

Permalink
Trac #34498: Update igraph, python_igraph to 0.10.x
Browse files Browse the repository at this point in the history
Previous update: #34491

URL: https://trac.sagemath.org/34498
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): David Coudert
  • Loading branch information
Release Manager committed Sep 20, 2022
2 parents 7ebd052 + 4ab41e6 commit b6ead19
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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=75aae4d9f1459d9e6f6bd03189e6dff4208c29ca
md5=351a276216a8f09e11a401d2313ea471
cksum=1815245909
sha1=74abe82bdebdefc295a4f04b54170880dcb265e8
md5=4e61e5e86ebe4fe478df415b7407e87e
cksum=2574937983
upstream_url=https://github.com/igraph/igraph/releases/download/VERSION/igraph-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/igraph/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(MP_LIBRARY) glpk $(BLAS) suitesparse | cmake
$(MP_LIBRARY) glpk $(BLAS) | cmake

----------
All lines of this file are ignored except the first.
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.10
0.10.1
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 igraph < 0.10], [], [
PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.10 igraph < 0.11], [], [
sage_spkg_install_igraph=yes])
])
])
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/python_igraph/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=python-igraph-VERSION.tar.gz
sha1=b54b4f1a0c7ce8a80ddb35d35b4e5d1552592793
md5=9ce0139a294d1c738abc4eb75aab84cd
cksum=4113725847
sha1=75eae8ca6de2daa8c5ca43f99487cf20b5cdf432
md5=18a54cd2fe507f5602e6c10584f665ee
cksum=594785782
upstream_url=https://pypi.io/packages/source/i/igraph/igraph-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/python_igraph/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.11
0.10.1

0 comments on commit b6ead19

Please sign in to comment.