Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
lalsuite
Commits
0f191584
Commit
0f191584
authored
Feb 06, 2017
by
Adam Mercer
Browse files
lal: set glue version dep in configure
Original: 99baace9bf7fde4c8e85337bc1dae7984386b595
parent
49121414
Changes
4
Hide whitespace changes
Inline
Side-by-side
lal/.gitignore
View file @
0f191584
...
...
@@ -18,6 +18,7 @@ AUTHORS
Makefile
Makefile.in
config.lt
debian/control
doxygen/autogen.dox
doxygen/doxygen.cfg
doxygen/doxygen_objdb_*.tmp
...
...
lal/configure.ac
View file @
0f191584
...
...
@@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR([gnuscripts])
AC_CONFIG_FILES([ \
Makefile \
debian/Makefile \
debian/control \
doxygen/Makefile \
doxygen/doxygen.cfg \
include/Makefile \
...
...
@@ -64,6 +65,10 @@ AM_INIT_AUTOMAKE([ \
no-dist-gzip \
])
# version requirements
MIN_GLUE_VERSION="1.49.1"
AC_SUBST([MIN_GLUE_VERSION])
AC_CANONICAL_HOST
LALSUITE_CHECK_GIT_REPO
...
...
lal/debian/control
→
lal/debian/control
.in
View file @
0f191584
...
...
@@ -12,11 +12,11 @@ Build-Depends: bc,
liboctave-dev,
pkg-config,
python-all-dev,
python-glue,
python-glue
(>= @MIN_GLUE_VERSION@)
,
python-numpy,
python-six,
python3-all-dev,
python3-glue,
python3-glue
(>= @MIN_GLUE_VERSION@)
,
python3-numpy,
python3-six,
zlib1g-dev
...
...
@@ -56,7 +56,7 @@ Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
lal (= ${binary:Version}),
python-glue,
python-glue
(>= @MIN_GLUE_VERSION@)
,
python-six
Description: Python bindings for LAL
The LSC Algorithm Library for gravitational wave analysis.
...
...
@@ -69,7 +69,7 @@ Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
lal (= ${binary:Version}),
python3-glue,
python3-glue
(>= @MIN_GLUE_VERSION@)
,
python3-six
Description: Python 3 bindings for LAL
The LSC Algorithm Library for gravitational wave analysis.
...
...
lal/lal.spec.in
View file @
0f191584
...
...
@@ -14,7 +14,7 @@ Packager: Adam Mercer <adam.mercer@ligo.org>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: bc
BuildRequires: fftw-devel
BuildRequires: glue
BuildRequires: glue
>= @MIN_GLUE_VERSION@
BuildRequires: gsl-devel
BuildRequires: hdf5-devel
BuildRequires: less
...
...
@@ -50,6 +50,7 @@ as well as the documentation for the library.
Summary: Python bindings for LAL
Group: LAL
Requires: %{name} = %{version}
Requires: glue >= @MIN_GLUE_VERSION@
Requires: numpy
Requires: python
Requires: python-six
...
...
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