From ee548e6fe03994f5560012794fdcb10a9051d568 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Sun, 7 Apr 2019 01:51:39 +0100
Subject: Using gnuastro name for Gnuastro's target, not astnoisechisel

Until recently we were using an actual installed executable file for the
programs. So for Gnuastro, the target was called `astnoisechisel'. But
recently, this approach was changed and the target for each software is a
simple text file with the official software name and version.

So with this commit, we are simply using `gnuastro' for Gnuastro, not
`astnoisechisel'.
---
 .file-metadata                     | Bin 4353 -> 4250 bytes
 reproduce/src/make/dependencies.mk |  18 +++++++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.file-metadata b/.file-metadata
index b352bd8..e152551 100644
Binary files a/.file-metadata and b/.file-metadata differ
diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk
index 457a8db..9b46798 100644
--- a/reproduce/src/make/dependencies.mk
+++ b/reproduce/src/make/dependencies.mk
@@ -53,7 +53,7 @@ ipydir  = $(BDIR)/dependencies/installed/version-info/python
 # successfully on Mac (only static) and GNU/Linux (shared and static). But,
 # since it takes a few hours to build, it is not currently a target.
 top-level-libraries = # atlas
-top-level-programs  = astnoisechisel metastore unzip zip
+top-level-programs  = gnuastro metastore unzip zip
 top-level-python    = astroquery matplotlib
 all: $(foreach p, $(top-level-libraries), $(ilidir)/$(p)) \
      $(foreach p, $(top-level-programs),  $(ibidir)/$(p)) \
@@ -603,14 +603,14 @@ $(ibidir)/metastore: $(tdir)/metastore-$(metastore-version).tar.gz \
 # build. Also, Ghostscript and GSL are relatively large packages. So when
 # building in parallel, its better to have these packages start building
 # early.
-$(ibidir)/astnoisechisel: $(tdir)/gnuastro-$(gnuastro-version).tar.lz \
-                          $(ilidir)/gsl      \
-                          $(ilidir)/wcslib   \
-                          $(ilidir)/libjpeg  \
-                          $(ilidir)/libtiff  \
-                          $(ilidir)/libgit2  \
-                          $(ibidir)/glibtool \
-                          $(ibidir)/ghostscript
+$(ibidir)/gnuastro: $(tdir)/gnuastro-$(gnuastro-version).tar.lz \
+                    $(ilidir)/gsl      \
+                    $(ilidir)/wcslib   \
+                    $(ilidir)/libjpeg  \
+                    $(ilidir)/libtiff  \
+                    $(ilidir)/libgit2  \
+                    $(ibidir)/glibtool \
+                    $(ibidir)/ghostscript
 ifeq ($(static_build),yes)
 	staticopts="--enable-static=yes --enable-shared=no";
 endif
-- 
cgit v1.2.1