Skip to content
Snippets Groups Projects
Commit 96891c11 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal-burst: bump versions of deps in configure.ac, add ligo-segments dep,...

gstlal-burst: bump versions of deps in configure.ac, add ligo-segments dep, add release msg to changelog
parent 8bc832d0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
AC_INIT([gstlal-burst],[0.1.0],[gstlal-discuss@ligo.org],[gstlal-burst])
AC_COPYRIGHT([Copyright (C) 2011-2014 Chris Pankow])
AC_COPYRIGHT([Copyright (C) The authors (see source code for details)])
# a file whose existance can be used to use to check that we are in the
# top-level directory of the source tree
AC_CONFIG_SRCDIR([gnuscripts/ltmain.sh])
......@@ -247,10 +247,10 @@ CFLAGS="$old_CFLAGS"
#
AC_SUBST([MIN_LAL_VERSION], [6.18.0])
AC_SUBST([MIN_LALMETAIO_VERSION], [1.3.1])
AC_SUBST([MIN_LALBURST_VERSION], [1.4.4])
AC_SUBST([MIN_LALSIMULATION_VERSION], [1.7.0])
AC_SUBST([MIN_LAL_VERSION], [6.19.0])
AC_SUBST([MIN_LALMETAIO_VERSION], [1.4.0])
AC_SUBST([MIN_LALBURST_VERSION], [1.5.0])
AC_SUBST([MIN_LALSIMULATION_VERSION], [1.8.0])
PKG_CHECK_MODULES([LAL], [lal >= ${MIN_LAL_VERSION} lalburst >= ${MIN_LALBURST_VERSION} lalmetaio >= ${MIN_LALMETAIO_VERSION} lalsupport])
AC_SUBST([LAL_CFLAGS])
AC_SUBST([LAL_LIBS])
......@@ -261,8 +261,10 @@ AC_SUBST([LAL_LIBS])
#
AC_SUBST([MIN_GLUE_VERSION], [1.58.0])
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])
#
......@@ -270,7 +272,7 @@ AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
#
AC_SUBST([MIN_GSTLAL_VERSION], [1.3.0])
AC_SUBST([MIN_GSTLAL_VERSION], [1.4.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION])
......@@ -285,7 +287,7 @@ AC_SUBST([GSTLAL_LIBS])
#
AC_SUBST([MIN_GSTLAL_UGLY_VERSION], [1.4.0])
AC_SUBST([MIN_GSTLAL_UGLY_VERSION], [1.5.2])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_UGLY_VERSION])
AC_SUBST([GSTLAL_UGLY_VERSION_MAJOR])
AC_SUBST([GSTLAL_UGLY_VERSION_MINOR])
......
gstlal-burst (0.1.0) unstable; urgency=low
* Add feature extraction toolkit
-- Patrick Godwin <patrick.godwin@ligo.org> Sat, 6 Oct 2018 20:54:00 -0500
gstlal-burst (0.0.3) unstable; urgency=low
* Updates for lalburst compatibility
......
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