From e909553d88dbf15f764f3f797956af75595adcf9 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 1 Apr 2020 19:42:18 +0100 Subject: Removed multiple tabs in MissFITS tarball definition With this commit, multiples tabs in the definition of MissFITS tarball have been removed. Now they are white spaces. --- .file-metadata | Bin 7883 -> 7964 bytes reproduce/software/make/high-level.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.file-metadata b/.file-metadata index 5cc3694..5953c8b 100644 Binary files a/.file-metadata and b/.file-metadata differ diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 655eb9d..274bcdf 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -185,7 +185,7 @@ tarballs = $(foreach t, apachelog4cxx-$(apachelog4cxx-version).tar.lz \ libtirpc-$(libtirpc-version).tar.bz2 \ libxml2-$(libxml2-version).tar.gz \ minizip-$(minizip-version).tar.gz \ - missfits-$(missfits-version).tar.gz \ + missfits-$(missfits-version).tar.gz \ netpbm-$(netpbm-version).tar.gz \ openblas-$(openblas-version).tar.gz \ openmpi-$(openmpi-version).tar.gz \ -- cgit v1.2.1 From 218ef601067bd0e5554974bea1b5a62a457f5c97 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 1 Apr 2020 19:50:35 +0100 Subject: Corrected reference for Infante-Sainz+2020 in README-hacking.md Until this commit, the year of this paper was 2019 and the linking url was the temporal one. However, the final official publication year is 2020. With this commit, the year and the url have been changed to the final ones. --- .file-metadata | Bin 7964 -> 7813 bytes README-hacking.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.file-metadata b/.file-metadata index 5953c8b..0daa3df 100644 Binary files a/.file-metadata and b/.file-metadata differ diff --git a/README-hacking.md b/README-hacking.md index e92258d..82b40e3 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -177,7 +177,7 @@ evolving, so some details may be different in them. The more recent ones can be used as a good working example besides the default template. - Infante-Sainz et - al. ([2019](https://ui.adsabs.harvard.edu/abs/2019MNRAS.tmp.2729I), + al. ([2020](https://ui.adsabs.harvard.edu/abs/2020MNRAS.491.5317I), MNRAS, 491, 5317): The version controlled project source is available [on GitLab](https://gitlab.com/infantesainz/sdss-extended-psfs-paper) and is also archived on Zenodo with all the necessary software tarballs: -- cgit v1.2.1