Skip to content
Snippets Groups Projects
Commit 376191fa authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal, -ugly, -inspiral: min glue to 1.59.3

- this version does not yet exist, but will have to exist because we need
  the .template_id attribute of the SnglInspiral object.
- also, the migration of ligolw_segments from pylal to glue borked the
  packaging and the problem went resolved, now the only solution will
  require a re-release of glue.
- so ... we require 1.59.3 even though it doesn't exist
parent 712d467a
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ AX_PYTHON_MODULE([lal], fatal)
#
AC_SUBST([MIN_GLUE_VERSION], [1.59.2])
AC_SUBST([MIN_GLUE_VERSION], [1.59.3])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.0.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
......
......@@ -399,7 +399,7 @@ AX_PYTHON_MODULE([lal], fatal)
#
AC_SUBST([MIN_GLUE_VERSION], [1.59.2])
AC_SUBST([MIN_GLUE_VERSION], [1.59.3])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.0.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
......
......@@ -338,7 +338,7 @@ AX_PYTHON_SYMBOL([lal], [LIGOTimeGPS])
#
AC_SUBST([MIN_GLUE_VERSION], [1.59.2])
AC_SUBST([MIN_GLUE_VERSION], [1.59.3])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.0.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment