From b0633c607f52605129f30115b40040cf6e016bd5 Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kipp.cannon@ligo.org> Date: Thu, 21 Feb 2019 13:03:43 +0900 Subject: [PATCH] gstlal: bump min pygobject to 3.22 - we still really need something even newer but this at least updates what the package claims it needs to the newest currently available on the LDG clusters --- gstlal/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal/configure.ac b/gstlal/configure.ac index ea0faf4467..0208412aac 100644 --- a/gstlal/configure.ac +++ b/gstlal/configure.ac @@ -257,7 +257,7 @@ to your GI_TYPELIB_PATH environment variable.]) # FIXME: we really require 3.28 for element support, but not yet available on reference platform -AC_SUBST([MIN_PYGOBJECT_VERSION], [3.14]) +AC_SUBST([MIN_PYGOBJECT_VERSION], [3.22]) PKG_CHECK_MODULES([PYGOBJECT], [pygobject-3.0 gmodule-2.0]) AC_SUBST([PYGOBJECT_CFLAGS]) AC_SUBST([PYGOBJECT_LIBS]) -- GitLab