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

gstlal: add dataclasses, pluggy, python-htcondor deps to spec/control files

parent 339f17af
No related branches found
No related tags found
1 merge request!41DAG Workflow Overhaul + OSG DAG support
......@@ -335,6 +335,16 @@ AC_SUBST([MIN_LIGO_LW_VERSION], [1.7.0])
AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
#
# Check for misc. python libraries
# FIXME: only sets min versions here, should check as well here
#
AC_SUBST([MIN_PLUGGY_VERSION], [0.6.0])
AC_SUBST([MIN_PYTHON_CONDOR_VERSION], [8.9.0])
#
# Check for GSL
#
......
......@@ -47,6 +47,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
gstreamer1.0-plugins-bad,
gstreamer1.0-plugins-ugly,
gstreamer1.0-tools (>= @MIN_GSTREAMER_VERSION@),
htcondor (>= @MIN_PYTHON_CONDOR_VERSION@),
lal (>= @MIN_LAL_VERSION@),
lalburst (>= @MIN_LALBURST_VERSION@),
lalinspiral (>= @MIN_LALINSPIRAL_VERSION@),
......@@ -67,6 +68,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python3-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
python3-numpy (>= @MIN_NUMPY_VERSION@),
python3-pluggy (>= @MIN_PLUGGY_VERSION@),
python3-scipy,
zlib1g
# FIXME: gstreamer1.0-python3-plugin-loader is *in fact* a dependency, but
......
......@@ -39,11 +39,14 @@ Requires: lalsimulation >= @MIN_LALSIMULATION_VERSION@
# --- python package requirements --- #
Requires: python%{python3_pkgversion} >= @MIN_PYTHON_VERSION@
Requires: python%{python3_pkgversion}-dataclasses
Requires: python%{python3_pkgversion}-%{gstreamername}
Requires: python%{python3_pkgversion}-gobject >= @MIN_PYGOBJECT_VERSION@
Requires: python%{python3_pkgversion}-lal >= @MIN_LAL_VERSION@
Requires: python%{python3_pkgversion}-ligo-lw >= @MIN_LIGO_LW_VERSION@
Requires: python%{python3_pkgversion}-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
Requires: python%{python3_pkgversion}-pluggy >= @MIN_PLUGGY_VERSION@
Requires: python3-condor >= @MIN_PYTHON_CONDOR_VERSION@
Requires: numpy > @MIN_NUMPY_VERSION@
Requires: scipy
......
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