-
The file hpxconfig_functions.sh enclosed below (to be put in the Healpix main directory) fixes several problems:
- correct identification of recent gfortran compilers (4.5.0 and more) during the ./configure process
- improved POSIX compliance: systems using dash as the default sh shell (such as recent Ubuntu's)
should now be able to run the ./configure process smoothly.
2009-10-21 14:03:42 UTC by hivon
-
The configure script uses extensions to the Bourne shell. Many shells that are the default /bin/sh implement these extensions (bash and ksh for example) so few people encounter issues with the configure script. Ubuntu has chosen to use a "minimal" default shell thus expects scripts to use a smaller set of features more consistent with the original Bourne shell.
One issue in the script is the...
2009-10-17 15:13:09 UTC by cjcopi
-
Yes, true. Will be fixed in next release.
2009-09-08 09:37:28 UTC by nobody
-
In the two Java implementations of the "pix2ang_nest" function (Healpix 2.12a) one would find the lines "kshift = jr - nside % 2;" (that is, on "Healpix.java" line 313 and "HealpixIndex.java" line 356). Due to the operator precedence in Java, these lines would effectively compile as "kshift = jr - (nside % 2);" (i.e., modulus has higher priority than subtraction). However, a comparison with...
2009-09-02 00:31:51 UTC by tagdev
-
hivon made 1 file-release changes.
2009-08-06 17:10:01 UTC by hivon
-
hivon made 1 file-release changes.
2009-08-06 17:09:01 UTC by hivon
-
hivon made 1 file-release changes.
2009-08-06 17:07:02 UTC by hivon
-
made 1 file-release changes.
2009-08-06 17:07:02 UTC by
-
hivon made 1 file-release changes.
2009-08-06 17:06:10 UTC by hivon
-
made 1 file-release changes.
2009-08-06 17:05:01 UTC by