From bfef81bc7982f3146956e85f152ddd552d7dc350 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 6 Dec 2018 16:55:40 +0000 Subject: Gnuastro's special BuildProgram configuration file added Gnuastro's BuildProgram is a little special: it is actually built during the building of Gnuastro to keep important include and lib directory information and if someone wants to use BuildProgram, this information is necessary. So a special configuration is added for it in `reproduce/config/gnuastro'. This configuration file will allow users to set their own special configuration if they like, then it will load the installed BuildProgram configuration file. --- reproduce/config/gnuastro/astbuildprog.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 reproduce/config/gnuastro/astbuildprog.conf (limited to 'reproduce/config/gnuastro') diff --git a/reproduce/config/gnuastro/astbuildprog.conf b/reproduce/config/gnuastro/astbuildprog.conf new file mode 100644 index 0000000..8413e07 --- /dev/null +++ b/reproduce/config/gnuastro/astbuildprog.conf @@ -0,0 +1,9 @@ +# BuildProgram's configuration file depends on the build and is installed +# along with the rest of Gnuastro. So we'll set any specific configuration +# we want here, then import those. + +# To keep the program's compiled excutable file, comment this line. +deletecompiled 1 + +# Import the built configuration file +config .local/etc/astbuildprog.conf \ No newline at end of file -- cgit v1.2.1