diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-28 15:19:34 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-28 15:19:34 +0000 |
commit | 1d4c587489cbb17c7ae9f6c0d0d5d919690fafde (patch) | |
tree | baa56c0d52a07f0320ecf516f3e4709464dfeed5 /reproduce/software/bibtex | |
parent | 9a8a397af69225f74bed2daa1bca0ea25f1f1cee (diff) |
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.
Diffstat (limited to 'reproduce/software/bibtex')
-rw-r--r-- | reproduce/software/bibtex/healpix.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/reproduce/software/bibtex/healpix.tex b/reproduce/software/bibtex/healpix.tex new file mode 100644 index 0000000..b9089be --- /dev/null +++ b/reproduce/software/bibtex/healpix.tex @@ -0,0 +1,18 @@ +@ARTICLE{healpix, + author = {{G{\'o}rski}, K.~M. and {Hivon}, E. and {Banday}, A.~J. and {Wand + elt}, B.~D. and {Hansen}, F.~K. and {Reinecke}, M. and {Bartelmann}, M.}, + title = "{HEALPix: A Framework for High-Resolution Discretization and Fast Analysis of Data Distributed on the Sphere}", + journal = {ApJ}, + keywords = {Cosmology: Cosmic Microwave Background, Cosmology: Observations, Methods: Statistical, Astrophysics}, + year = "2005", + month = "Apr", + volume = {622}, + number = {2}, + pages = {759}, + doi = {10.1086/427976}, +archivePrefix = {arXiv}, + eprint = {astro-ph/0409513}, + primaryClass = {astro-ph}, + adsurl = {https://ui.adsabs.harvard.edu/abs/2005ApJ...622..759G}, + adsnote = {Provided by the SAO/NASA Astrophysics Data System} +} |