diff options
-rw-r--r-- | README-pipeline.md | 4 | ||||
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README-pipeline.md b/README-pipeline.md index 66e1fbc..9b12b2a 100644 --- a/README-pipeline.md +++ b/README-pipeline.md @@ -560,8 +560,8 @@ advanced in later stages of your work. to acknowledge them in your final research. - `Makefile`: Delete the lines containing `delete-me` in the `foreach` - loops. Just make sure the other lines that end in `\` are - immediately after each other. + loop. Just make sure the other lines that end in `\` are immediately + after each other (except the last line). - Delete all `delete-me*` files in the following directories: diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 7da19de..79c6639 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -14,7 +14,7 @@ gcc-version = 8.2.0 ghostscript-version = 9.26 git-version = 2.20.0 gmp-version = 6.1.2 -gnuastro-version = 0.7.67-4a59 +gnuastro-version = 0.7.71-efe6f grep-version = 3.1 gzip-version = 1.9.10-051e isl-version = 0.18 |