From b7e88b1bf82b936f8fe07c0c2c5f8621c2018f3a Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Sun, 11 Nov 2018 19:09:21 +0000
Subject: Dependencies built at the start of the pipeline

To enable easy/proper reproduction of results, all the high-level
dependencies are now built within the pipeline and installed in a fixed
directory that is added to the PATH of the Makefile. This includes GNU Bash
and GNU Make, which are then used to run the pipeline.

The `./configure' script will first build Bash and Make within itself, then
it will build

All the dependencies are also built to be static. So after they are built,
changing of the system's low-level libraries (like C library) won't change
the tarballs.

Currently the C library and C compiler aren't built within the pipeline,
but we'll hopefully add them to the build process also.

With this change, we now have full control of the shell and Make that will
be used in the pipeline, so we can safely remove some of the generalities
we had before.
---
 .gnuastro | 1 -
 1 file changed, 1 deletion(-)
 delete mode 120000 .gnuastro

(limited to '.gnuastro')

diff --git a/.gnuastro b/.gnuastro
deleted file mode 120000
index 5ccb4fd..0000000
--- a/.gnuastro
+++ /dev/null
@@ -1 +0,0 @@
-reproduce/config/gnuastro
\ No newline at end of file
-- 
cgit v1.2.1