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

lalinspiral: remove glue dependency

- no code from glue is imported by code in this package
parent 721c9a7c
No related branches found
No related tags found
1 merge request!2436eliminate most glue dependencies by migrating pipeline.py from gstlal
......@@ -148,7 +148,6 @@ outputs:
run:
- {{ pin_subpackage('liblalinspiral', exact=True) }}
- igwn-ligolw
- lscsoft-glue
- numpy
- python
- python-lal >={{ lal_version }}
......
......@@ -20,7 +20,6 @@ Build-Depends:
python3-lalmetaio (>= @MIN_LALMETAIO_VERSION@~),
python3-lalsimulation (>= @MIN_LALSIMULATION_VERSION@~),
python3-lalburst (>= @MIN_LALBURST_VERSION@~),
python3-lscsoft-glue,
python3-numpy (>= @MIN_NUMPY_VERSION@),
python3-pytest,
rsync,
......@@ -87,7 +86,6 @@ Depends:
python3-lalmetaio (>= @MIN_LALMETAIO_VERSION@~),
python3-lalsimulation (>= @MIN_LALSIMULATION_VERSION@~),
python3-lalburst (>= @MIN_LALBURST_VERSION@~),
python3-lscsoft-glue,
python3-tqdm,
Description: Python 3 bindings for LALInspiral
The LVK Algorithm Inspiral Library for gravitational wave data analysis.
......
......@@ -45,7 +45,6 @@ BuildRequires: python3-lalmetaio >= @MIN_LALMETAIO_VERSION@
BuildRequires: python3-lalsimulation >= @MIN_LALSIMULATION_VERSION@
BuildRequires: python3-lalburst >= @MIN_LALBURST_VERSION@
BuildRequires: python3dist(igwn-ligolw)
BuildRequires: python3dist(lscsoft-glue)
BuildRequires: python3dist(numpy) >= @MIN_NUMPY_VERSION@
BuildRequires: python3dist(pytest)
......@@ -110,7 +109,6 @@ Requires: python3-lalmetaio >= @MIN_LALMETAIO_VERSION@
Requires: python3-lalsimulation >= @MIN_LALSIMULATION_VERSION@
Requires: python3-lalburst >= @MIN_LALBURST_VERSION@
Requires: python3dist(igwn-ligolw)
Requires: python3dist(lscsoft-glue)
Requires: python3dist(numpy) >= @MIN_NUMPY_VERSION@
Requires: python3dist(tqdm)
%description -n python3-%{name}
......
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