diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-06 16:55:40 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-06 16:55:40 +0000 |
commit | bfef81bc7982f3146956e85f152ddd552d7dc350 (patch) | |
tree | c98f7ca6817ff93e4e7ac7f7e2f627e7de1c3882 | |
parent | 11ca538b0d1bf28d530ca26c1e6e026972deef28 (diff) |
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.
-rw-r--r-- | reproduce/config/gnuastro/astbuildprog.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 |