From 3d397c21ca2da53784fed8d6a107514b2565f55d Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 30 Apr 2019 21:03:48 +0100 Subject: TAB-typo corrected in rule to build SCAMP The TAB character wasn't used in the second line of the recipe to build SCAMP. This has been corrected with this commit. --- reproduce/software/make/high-level.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/software/make/high-level.mk') diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 1fd22b2..3225e41 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -636,7 +636,7 @@ $(ibidir)/scamp: $(tdir)/scamp-$(scamp-version).tar.lz \ --with-openblas-libdir=$(ildir) \ --with-openblas-incdir=$(idir)/include) \ && cp $(dtexdir)/scamp.tex $(ictdir)/ \ - && echo "SCAMP $(scamp-version) \citep{scamp}" > $@ + && echo "SCAMP $(scamp-version) \citep{scamp}" > $@ # Sextractor crashes complaining about not linking with some ATLAS # libraries. But we can override this issue since we have Openblas -- cgit v1.2.1