diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2025-03-16 03:10:04 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2025-03-16 03:10:04 +0100 |
commit | f70cfed4b7924a2c625ae3e8eee609d88e8f7416 (patch) | |
tree | 63272f63daff752375c820dbf07f3e20f94b27ca | |
parent | 9e7203bbc4b721a8a2a44c58ac9ad47df4b983cd (diff) |
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.
-rw-r--r-- | reproduce/software/config/TARGETS.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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] |