aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2022-07-13 12:40:40 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2022-07-13 12:40:40 +0200
commitaf723d9c5b36b7b5580d1a00ca9fbe8778237e7c (patch)
tree502730c151ccde955e001b31e3f5061440ccfe02
parent27ff6f7d57ebdd3d3051040b982c1976f990c6e1 (diff)
Configuration: astropy added as a dependency of astrometry.net
Until now, astrometry.net didn't explicitly depend on Astropy! However, astrometry.net does depend on it (or pyfits) and will crash later when running if astropy or pyfits aren't installed. We hadn't noticed this until now because of the data reduction projects we had built Astropy independently of astrometry.net! We noticed this bug in a project that didn't use astropy! With this commit, astropy is built as a dependency of astrometry.net and afterwards (during the analysis), astrometry.net was able to run without any crash. This bug was found with the help of Zohreh Ghaffari.
-rw-r--r--reproduce/software/make/high-level.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index 966ea9b..20e758a 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -947,6 +947,7 @@ $(ibidir)/astrometrynet-$(astrometrynet-version): \
$(ibidir)/libpng-$(libpng-version) \
$(ibidir)/netpbm-$(netpbm-version) \
$(ibidir)/wcslib-$(wcslib-version) \
+ $(ipydir)/astropy-$(astropy-version) \
$(ibidir)/cfitsio-$(cfitsio-version) \
$(ibidir)/libjpeg-$(libjpeg-version)