Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
gstlal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gstlal
Commits
b4e38ed3
Commit
b4e38ed3
authored
Mar 05, 2019
by
Kipp Cannon
Committed by
Chad Hanna
Mar 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gstlal, gstlal-ugly, gstlal-inspiral: require numpy >= 1.7
parent
1c65eaeb
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
9 deletions
+12
-9
gstlal-inspiral/configure.ac
gstlal-inspiral/configure.ac
+1
-0
gstlal-inspiral/debian/control.in
gstlal-inspiral/debian/control.in
+1
-1
gstlal-inspiral/gstlal-inspiral.spec.in
gstlal-inspiral/gstlal-inspiral.spec.in
+1
-1
gstlal-ugly/configure.ac
gstlal-ugly/configure.ac
+1
-0
gstlal-ugly/debian/control.in
gstlal-ugly/debian/control.in
+2
-2
gstlal-ugly/gstlal-ugly.spec.in
gstlal-ugly/gstlal-ugly.spec.in
+1
-1
gstlal/configure.ac
gstlal/configure.ac
+1
-0
gstlal/debian/control.in
gstlal/debian/control.in
+2
-2
gstlal/gstlal.spec.in
gstlal/gstlal.spec.in
+2
-2
No files found.
gstlal-inspiral/configure.ac
View file @
b4e38ed3
...
...
@@ -230,6 +230,7 @@ to your GI_TYPELIB_PATH environment variable.])
#
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"
...
...
gstlal-inspiral/debian/control.in
View file @
b4e38ed3
...
...
@@ -51,7 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-ligo-gracedb (>= 1.11),
python-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
python-numpy,
python-numpy
(>= @MIN_NUMPY_VERSION@)
,
python-scipy
Description: GStreamer for GW data analysis (inspiral parts)
This package provides a variety of gstreamer elements for
...
...
gstlal-inspiral/gstlal-inspiral.spec.in
View file @
b4e38ed3
...
...
@@ -18,7 +18,7 @@ Requires: %{gstreamername}-plugins-base >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-bad-free
Requires: h5py
Requires: numpy
Requires: numpy
>= @MIN_NUMPY_VERSION@
Requires: scipy
Requires: lal >= @MIN_LAL_VERSION@
Requires: lal-python >= @MIN_LAL_VERSION@
...
...
gstlal-ugly/configure.ac
View file @
b4e38ed3
...
...
@@ -283,6 +283,7 @@ to your GI_TYPELIB_PATH environment variable.])
#
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"
...
...
gstlal-ugly/debian/control.in
View file @
b4e38ed3
...
...
@@ -29,7 +29,7 @@ Build-Depends:
python-all-dev (>= @MIN_PYTHON_VERSION@),
python-glue (>= @MIN_GLUE_VERSION@),
python-glue-ligolw-tools,
python-numpy
python-numpy
(>= @MIN_NUMPY_VERSION@)
Package: gstlal-ugly
Architecture: any
...
...
@@ -54,7 +54,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-h5py,
python-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
python-numpy,
python-numpy
(>= @MIN_NUMPY_VERSION@)
,
python-scipy
Description: GStreamer for GW data analysis (in-development parts)
This package provides a variety of GStreamer elements for
...
...
gstlal-ugly/gstlal-ugly.spec.in
View file @
b4e38ed3
...
...
@@ -18,7 +18,7 @@ Requires: %{gstreamername}-plugins-base >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-bad-free
Requires: h5py
Requires: numpy
Requires: numpy
>= @MIN_NUMPY_VERSION@
Requires: scipy
Requires: lal >= @MIN_LAL_VERSION@
Requires: lalmetaio >= @MIN_LALMETAIO_VERSION@
...
...
gstlal/configure.ac
View file @
b4e38ed3
...
...
@@ -289,6 +289,7 @@ fi
#
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"
...
...
gstlal/debian/control.in
View file @
b4e38ed3
...
...
@@ -28,7 +28,7 @@ Build-Depends:
pkg-config,
python-all-dev (>= @MIN_PYTHON_VERSION@),
python-gi-dev (>= @MIN_PYGOBJECT_VERSION@),
python-numpy-dev,
python-numpy-dev
(>= @MIN_NUMPY_VERSION@)
,
zlib1g-dev
Package: gstlal
...
...
@@ -65,7 +65,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-gst-1.0,
python-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
python-numpy,
python-numpy
(>= @MIN_NUMPY_VERSION@)
,
python-scipy,
zlib1g
# FIXME: gstreamer1.0-python3-plugin-loader is *in fact* a dependency, but
...
...
gstlal/gstlal.spec.in
View file @
b4e38ed3
...
...
@@ -30,7 +30,7 @@ Requires: lalburst >= @MIN_LALBURST_VERSION@
Requires: lalmetaio >= @MIN_LALMETAIO_VERSION@
Requires: lalinspiral >= @MIN_LALINSPIRAL_VERSION@
Requires: lalsimulation >= @MIN_LALSIMULATION_VERSION@
Requires: numpy
Requires: numpy
> @MIN_NUMPY_VERSION@
Requires: orc >= @MIN_ORC_VERSION@
Requires: python >= @MIN_PYTHON_VERSION@
Requires: python-%{gstreamername}
...
...
@@ -53,7 +53,7 @@ BuildRequires: lalburst-devel >= @MIN_LALBURST_VERSION@
BuildRequires: lalinspiral-devel >= @MIN_LALINSPIRAL_VERSION@
BuildRequires: lalmetaio-devel >= @MIN_LALMETAIO_VERSION@
BuildRequires: lalsimulation-devel >= @MIN_LALSIMULATION_VERSION@
BuildRequires: numpy
BuildRequires: numpy
>= @MIN_NUMPY_VERSION@
BuildRequires: orc >= @MIN_ORC_VERSION@
BuildRequires: python-devel >= @MIN_PYTHON_VERSION@
# needed for gstpythonplugin.c remove when we remove that plugin from gstlal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment