Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lalsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
109
Issues
109
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
28
Merge Requests
28
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
lalsuite
Commits
9a9e0c1c
Commit
9a9e0c1c
authored
Jun 22, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'manpage-update-fixes-release' into 'o3-release'
Manpage update fixes release See merge request
!839
parents
66390179
4f72870b
Pipeline
#67899
passed with stages
in 72 minutes and 36 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
45 additions
and
6 deletions
+45
-6
lalapps/lalapps.spec.in
lalapps/lalapps.spec.in
+1
-0
lalframe/lalframe.spec.in
lalframe/lalframe.spec.in
+1
-2
lalinference/debian/lalinference.install
lalinference/debian/lalinference.install
+7
-2
lalinference/debian/python-lalinference.install
lalinference/debian/python-lalinference.install
+14
-0
lalinference/lalinference.spec.in
lalinference/lalinference.spec.in
+20
-1
lalsimulation/lalsimulation.spec.in
lalsimulation/lalsimulation.spec.in
+2
-1
No files found.
lalapps/lalapps.spec.in
View file @
9a9e0c1c
...
...
@@ -43,6 +43,7 @@ BuildRequires: lalpulsar-devel >= @MIN_LALPULSAR_VERSION@
BuildRequires: python2-lalpulsar >= @MIN_LALPULSAR_VERSION@
BuildRequires: lalinference-devel >= @MIN_LALINFERENCE_VERSION@
BuildRequires: python2-lalinference >= @MIN_LALINFERENCE_VERSION@
BuildRequires: help2man
Requires: cfitsio
Requires: fftw
Requires: gsl
...
...
lalframe/lalframe.spec.in
View file @
9a9e0c1c
%
define
nightly
@
NIGHTLY_VERSION
@%{
nil
}
%
define
_prefix
/
usr
%
define
_mandir
%{
_prefix
}/
share
/
man
%
define
_sysconfdir
%{
_prefix
}/
etc
%
define
release
1
...
...
@@ -102,7 +101,7 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}%{?nightly:-%{nightly}}
%
license
COPYING
%{
_bindir
}/
lalfr
-*
%{
_bindir
}/
lalframe_version
%{
_
datadir
}/
man
/
man1
/*
%{
_
mandir
}
/
man1
/*
%{
_libdir
}/*.
so
.*
%{
_sysconfdir
}/*
...
...
lalinference/debian/lalinference.install
View file @
9a9e0c1c
etc
/*
usr/bin/
/
lalinference_mpi_wrapper
usr/bin/lalinference_mpi_wrapper
usr/bin/lalinference_bench
usr/bin/lalinference_burst
usr/bin/lalinference_datadump
...
...
@@ -8,4 +8,9 @@ usr/bin/lalinference_nest
usr/bin/lalinference_version
usr/lib/*/
*.
so
.
*
usr
/
share
/
lalinference
/*.
csv
usr
/
share
/
man
/*
usr
/
share
/
man
/
man1
/
lalinference_bench
.1
*
usr
/
share
/
man
/
man1
/
lalinference_burst
.1
*
usr
/
share
/
man
/
man1
/
lalinference_datadump
.1
*
usr
/
share
/
man
/
man1
/
lalinference_injectedlike
.1
*
usr
/
share
/
man
/
man1
/
lalinference_nest
.1
*
usr
/
share
/
man
/
man1
/
lalinference_version
.1
*
lalinference/debian/python-lalinference.install
View file @
9a9e0c1c
...
...
@@ -13,3 +13,17 @@ usr/bin/lalinference_tiger_pipe
usr
/
bin
/
lalinference_cpnest
usr
/
bin
/
rapidpe_
*
usr
/
lib
/
python2
*
usr
/
share
/
man
/
man1
/
cbcBayes
*.
1
*
usr
/
share
/
man
/
man1
/
imrtgr_
*.
1
*
usr
/
share
/
man
/
man1
/
lalinference_burst_pp_pipe
.1
*
usr
/
share
/
man
/
man1
/
lalinference_coherence_test
.1
*
usr
/
share
/
man
/
man1
/
lalinference_compute_roq_weights
.1
*
usr
/
share
/
man
/
man1
/
lalinference_merge_posteriors
.1
*
usr
/
share
/
man
/
man1
/
lalinference_multi_pipe
.1
*
usr
/
share
/
man
/
man1
/
lalinference_nest2pos
.1
*
usr
/
share
/
man
/
man1
/
lalinference_pipe
.1
*
usr
/
share
/
man
/
man1
/
lalinference_pp_pipe
.1
*
usr
/
share
/
man
/
man1
/
lalinference_review_test
.1
*
usr
/
share
/
man
/
man1
/
lalinference_tiger_pipe
.1
*
usr
/
share
/
man
/
man1
/
lalinference_cpnest
.1
*
usr
/
share
/
man
/
man1
/
rapidpe_
*.
1
*
lalinference/lalinference.spec.in
View file @
9a9e0c1c
%
define
nightly
@
NIGHTLY_VERSION
@%{
nil
}
%
define
_prefix
/
usr
%
define
_mandir
%{
_prefix
}/
share
/
man
%
define
_sysconfdir
%{
_prefix
}/
etc
%
define
release
1
...
...
@@ -170,6 +169,12 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}%{?nightly:-%{nightly}}
%{
_bindir
}/
lalinference_mpi_wrapper
%{
_datarootdir
}/
lalinference
/*
%{
_libdir
}/*.
so
.*
%{
_mandir
}/
man1
/
lalinference_bench
.1
*
%{
_mandir
}/
man1
/
lalinference_burst
.1
*
%{
_mandir
}/
man1
/
lalinference_datadump
.1
*
%{
_mandir
}/
man1
/
lalinference_injectedlike
.1
*
%{
_mandir
}/
man1
/
lalinference_nest
.1
*
%{
_mandir
}/
man1
/
lalinference_version
.1
*
%{
_sysconfdir
}/*
%
files
devel
...
...
@@ -197,6 +202,20 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}%{?nightly:-%{nightly}}
%{
_bindir
}/
lalinference_review_test
%{
_bindir
}/
lalinference_tiger_pipe
%{
_bindir
}/
rapidpe_
*
%{
_mandir
}/
man1
/
cbcBayes
*
.1
*
%{
_mandir
}/
man1
/
imrtgr_
*
.1
*
%{
_mandir
}/
man1
/
lalinference_burst_pp_pipe
.1
*
%{
_mandir
}/
man1
/
lalinference_coherence_test
.1
*
%{
_mandir
}/
man1
/
lalinference_compute_roq_weights
.1
*
%{
_mandir
}/
man1
/
lalinference_merge_posteriors
.1
*
%{
_mandir
}/
man1
/
lalinference_multi_pipe
.1
*
%{
_mandir
}/
man1
/
lalinference_nest2pos
.1
*
%{
_mandir
}/
man1
/
lalinference_cpnest
.1
*
%{
_mandir
}/
man1
/
lalinference_pipe
.1
*
%{
_mandir
}/
man1
/
lalinference_pp_pipe
.1
*
%{
_mandir
}/
man1
/
lalinference_review_test
.1
*
%{
_mandir
}/
man1
/
lalinference_tiger_pipe
.1
*
%{
_mandir
}/
man1
/
rapidpe_
*
.1
*
%{
python2_sitearch
}/*
%
files
octave
...
...
lalsimulation/lalsimulation.spec.in
View file @
9a9e0c1c
%
define
nightly
@
NIGHTLY_VERSION
@%{
nil
}
%
define
_prefix
/
usr
%
define
_mandir
%{
_prefix
}/
share
/
man
%
define
_sysconfdir
%{
_prefix
}/
etc
%
define
release
1
...
...
@@ -28,6 +27,7 @@ BuildRequires: lal-devel >= @MIN_LAL_VERSION@
BuildRequires
:
lal
-
octave
>=
@
MIN_LAL_VERSION
@
BuildRequires
:
python2
-
lal
>=
@
MIN_LAL_VERSION
@
BuildRequires
:
python
-
six
BuildRequires
:
help2man
Requires
:
gsl
Requires
:
lal
>=
@
MIN_LAL_VERSION
@
Prefix
:
%{
_prefix
}
...
...
@@ -106,6 +106,7 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}%{?nightly:-%{nightly}}
%{
_datarootdir
}/
lalsimulation
/
LIGO
-
T1800044
*
%{
_datarootdir
}/
lalsimulation
/
LIGO
-
T1800545
*
%{
_libdir
}/*.
so
.*
%{
_mandir
}/
man1
/*
%{
_sysconfdir
}/*
%
files
devel
...
...
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