From af723d9c5b36b7b5580d1a00ca9fbe8778237e7c Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 13 Jul 2022 12:40:40 +0200 Subject: 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. --- reproduce/software/make/high-level.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'reproduce/software/make') 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) -- cgit v1.2.1