Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
GstLAL
Commits
f8429e6e
Commit
f8429e6e
authored
Aug 20, 2019
by
Cody Messick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated offline_analysis_rules Makefile to work with latest O3 Makefile (should
be backwards compatible)
parent
8fb47dc7
Pipeline
#75871
passed with stages
in 24 minutes and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gstlal-inspiral/share/Makefile.offline_analysis_rules
gstlal-inspiral/share/Makefile.offline_analysis_rules
+2
-2
No files found.
gstlal-inspiral/share/Makefile.offline_analysis_rules
View file @
f8429e6e
...
...
@@ -26,6 +26,6 @@ FRAME_CACHE_FILES := $(addsuffix $(frame_suffix),$(IFOS))
# Injection file names
injections
:=
--injections
$(space)
far_injections
:=
--far-injections
$(space)
INJECTIONS
:
=
$(
shell
for
x
in
$(MCHIRP_INJECTIONS)
;
do
echo
$
${x}
|
cut
-d
:
-f3
;
done
)
INJECTION_LIST
:
=
$(
subst
$(space)
,
$(injections)
,
$(MCHIRP_INJECTIONS)
)
INJECTIONS
=
$(
shell
for
x
in
$(MCHIRP_INJECTIONS)
;
do
echo
$
${x}
|
cut
-d
:
-f3
;
done
)
INJECTION_LIST
=
$(
subst
$(space)
,
$(injections)
,
$(MCHIRP_INJECTIONS)
)
FAR_INJECTION_LIST
:=
$(
subst
$(space)
,
$(far_injections)
,
$(FAR_INJECTIONS)
)
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