Skip to content

Commit

Permalink
build/pkgs/igraph/spkg-configure.m4: Set upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 14, 2023
1 parent 4d368fd commit 9d9d420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/pkgs/igraph/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
SAGE_SPKG_CONFIGURE([igraph], [
SAGE_SPKG_DEPCHECK([glpk openblas gmp], [
dnl check for igraph with pkg-config
PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.10.8 igraph < 0.11], [], [
dnl Per upstream in https://github.com/sagemath/sage/pull/36750#issuecomment-1826998762:
dnl each python-igraph release is only guaranteed to be compatible with the same C/igraph that it bundles
PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.10.8 igraph < 0.10.9], [], [
sage_spkg_install_igraph=yes])
])
])
Expand Down

0 comments on commit 9d9d420

Please sign in to comment.