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

Add dependency of gst-plugins-math to .spec.in file and configure.ac

parent fb6f6135
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,7 @@ AX_PYTHON_PYLAL()
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.6])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.99.2])
AC_SUBST([MIN_GSTPLUGINSMATH_VERSION], [1.0.1])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION])
......
......@@ -21,6 +21,7 @@ Requires: numpy
Requires: scipy
Requires: lal >= @MIN_LAL_VERSION@
Requires: lalmetaio >= @MIN_LALMETAIO_VERSION@
Requires: gst-plugins-math >= @MIN_GSTPLUGINSMATH_VERSION@
BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@
BuildRequires: python-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