Skip to content
Snippets Groups Projects
Commit 377b7a43 authored by Madeline Wade's avatar Madeline Wade
Browse files

New release of gstlal-calibration for RL8

parent 07ff2b53
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ test:
# Docker Images
docker:el7:
docker:rl8:
interruptible: true
stage: docker
before_script: [ ]
......@@ -111,7 +111,7 @@ docker:el7:
except:
- /gstlal-([a-z]+-|)[0-9]+\.[0-9]+\.[0-9]+-v[0-9]+/
docker-release:el7:
docker-release:rl8:
interruptible: true
stage: docker
before_script: [ ]
......@@ -140,7 +140,7 @@ latest_image:
stage: docker-latest
before_script: [ ]
needs:
- docker-release:el7
- docker-release:rl8
only:
- /gstlal-calibration-[0-9]+\.[0-9]+\.[0-9]+-v[0-9]+/
script:
......
......@@ -3,8 +3,8 @@
#
AC_INIT([gstlal-calibration],[1.3.1],[gstlal-discuss@ligo.org],[gstlal-calibration])
AC_COPYRIGHT([Copyright (C) 2008-2021 Madeline Wade, Aaron Viets])
AC_INIT([gstlal-calibration],[1.4.0],[gstlal-discuss@ligo.org],[gstlal-calibration])
AC_COPYRIGHT([Copyright (C) 2008-2022 Madeline Wade, Aaron Viets])
# 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])
......@@ -204,7 +204,7 @@ AC_SUBST([gstreamer_audio_LIBS])
# Check for NumPy
#
AC_SUBST(MIN_NUMPY_VERSION, [1.7.0])
AX_PYTHON_MODULE(numpy, fatal)
NUMPY_CFLAGS=-I`$PYTHON -c "import numpy;print (numpy.get_include());"`
old_CFLAGS="$CFLAGS"
......@@ -221,8 +221,8 @@ CFLAGS="$old_CFLAGS"
#
AC_SUBST([MIN_LAL_VERSION], [7.1.0])
AC_SUBST([MIN_LALMETAIO_VERSION], [2.0.0])
AC_SUBST([MIN_LAL_VERSION], [7.2.4])
AC_SUBST([MIN_LALMETAIO_VERSION], [3.0.2])
PKG_CHECK_MODULES([LAL], [lal >= ${MIN_LAL_VERSION} lalmetaio >= ${MIN_LALMETAIO_VERSION} lalsupport])
AC_SUBST([LAL_CFLAGS])
AC_SUBST([LAL_LIBS])
......@@ -242,8 +242,8 @@ AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
#
AC_SUBST([MIN_GSTLAL_VERSION], [1.8.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [1.9.0])
AC_SUBST([MIN_GSTLAL_VERSION], [1.10.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [1.10.0])
AC_SUBST([MIN_GSTPLUGINSMATH_VERSION], [1.0.1])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
......
gstlal-calibration (1.4.0-1) unstable; urgency=low
* Additional of gstlal_correct_strain pipeline
* Functionality for uncertainty estimation
* Processing functions for swept sine measurements
-- Madeline Wade <madeline.wade@ligo.org> Wed, 16 Nov 2022 19:03:34 +0200
gstlal-calibration (1.3.1-1.1) unstable; urgency=low
* Fix Debian build
......
......@@ -38,7 +38,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
python3-gst-1.0,
python3-numpy,
python3-scipy
python3-scipy,
python3-matplotlib
Conflicts:
gstlal-ugly (<< 0.6.0)
Description: GStreamer for GW data analysis (calibration parts)
......
......@@ -21,6 +21,14 @@ Requires: lalmetaio >= @MIN_LALMETAIO_VERSION@
Requires: python%{python3_pkgversion}-%{gstreamername}
Requires: python%{python3_pkgversion}-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
%if 0%{?rhel} == 8
Requires: python%{python3_pkgversion}-numpy >= @MIN_NUMPY_VERSION@
Requires: python3-matplotlib
%else
Requires: numpy >= @MIN_NUMPY_VERSION@
Requires: python%{python3_pkgversion}-matplotlib
%endif
BuildRequires: pkgconfig >= @MIN_PKG_CONFIG_VERSION@
BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@
BuildRequires: python3-devel >= @MIN_PYTHON_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