Skip to content
Snippets Groups Projects
Commit 87dcfca0 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

Makefile.ligosoftware_icc_gstreamer-1.14: fix patch dependency so it gets properly applied

parent 5e03b23d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -738,10 +738,10 @@ $(FFTW_TARGET) : $(LOGS_DIR)/patch.txt
# patches
patch : logs/patch.txt
logs/patch.txt : $(LOGS_DIR)/tar.txt $(GST_PATCH_TARGET)
logs/patch.txt : $(LOGS_DIR)/tar.txt $(PATCH_DIR)/gst1.14.patch
echo $^ | sed -e "s@ @\n@g" > $@
$(GST_PATCH_TARGET) : $(LOGS_DIR)/tar.txt
$(PATCH_DIR)/gst1.14.patch : $(LOGS_DIR)/tar.txt
@echo $(GREEN)patches$(WHITE) 1>&2
cp $(GSTLAL_REPO)/gstlal-inspiral/share/post_O2/optimised/gst1.14.patch $(PATCH_DIR)
cd $(GSTLAL_REPO) && patch -p1 < $(PATCH_DIR)/gst1.14.patch
......
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