From 1d4c587489cbb17c7ae9f6c0d0d5d919690fafde Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 28 Oct 2019 15:19:34 +0000 Subject: HEALPix, Autoconf and Automake now in library The tarball of HEALPix includes multiple languages and doesn't include the ready-to-run GNU Build System by default, we actually have to build the `./configure' script for the C/C++ libraries. So it was necessary to also include GNU Autoconf and GNU Automake as prerequisites of HEALPix. However, the official GNU Autoconf tarball (dating from 2012) doesn't build on modern systems, so I just cloned it from its source and bootstrapped it and built its modern tarball which we are using here. --- reproduce/software/config/installation/versions.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'reproduce/software/config/installation/versions.mk') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 20e6632..278baf0 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -75,6 +75,8 @@ apr-version = 1.7.0 apr-util-version = 1.6.1 astrometrynet-version = 0.77 atlas-version = 3.10.3 +autoconf-version = 2.69.200-babc +automake-version = 1.16.1 bison-version = 3.4.2 boost-version = 1.71.0 cairo-version = 1.16.0 @@ -90,6 +92,7 @@ ghostscript-version = 9.27 gnuastro-version = 0.10 gsl-version = 2.6 hdf5-version = 1.10.5 +healpix-version = 3.50 help2man-version = 1.47.11 imagemagick-version = 7.0.8-67 imfit-version = 1.6.1 @@ -143,6 +146,7 @@ flake8-version = 3.7.8 future-version = 0.18.1 galsim-version = 2.2.1 h5py-version = 2.9.0 +healpy-version = installed-with-healpix html5lib-version = 1.0.1 idna-version = 2.8 jeepney-version = 0.4 -- cgit v1.2.1