From f70cfed4b7924a2c625ae3e8eee609d88e8f7416 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 16 Mar 2025 03:10:04 +0100 Subject: Configuration: only default software in TARGETS.conf is Gnuastro Summary: this will not affect your high-level projects Until this commit, the 'reproduce/software/config/TARGETS.conf' included both Gnuastro and Astropy. But the default analysis does not use Astropy, therefore to avoid taking too much time for a default build, it should only be added when the user needs it. It was present because of the tests in the previous commit to update the Python environment, but I forgot to remove it before pushing. With this commit, TARGETS.conf only contains Gnuastro. --- reproduce/software/config/TARGETS.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproduce/software/config/TARGETS.conf b/reproduce/software/config/TARGETS.conf index f17881f..716fd41 100644 --- a/reproduce/software/config/TARGETS.conf +++ b/reproduce/software/config/TARGETS.conf @@ -39,7 +39,7 @@ top-level-programs = gnuastro # Python libraries/modules. -top-level-python = astropy +top-level-python = # R libraries/modules # [For developers 2022-01-02: 'r-cran-cowplot r-cran-gridExtra' for all] -- cgit v1.2.1