diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-30 21:03:48 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-30 21:03:48 +0100 |
commit | 3d397c21ca2da53784fed8d6a107514b2565f55d (patch) | |
tree | 8d8e25d1869f190180604902fdf1de998f3034a4 | |
parent | 598d83c52fcaad47f1f6f615f3c636a18dd83104 (diff) |
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.
-rw-r--r-- | reproduce/software/make/high-level.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |