|
|
|
|
|

|
|
|
|
HEALPix v1.2* and v2.*: using cfitsio on Mac OS with the XL Fortran (IBM) compiler
|
|
|
If you run Healpix on Mac OS X, with the XL Fortran (IBM) compiler (xlf or xlf90), you will need to
use the version 1.22 or 2.0* of Healpix.
In order for the cfitsio library to work correctly, you will need cfitsio v2.47 or newer, and will have to do the following in the cfitsio directory:
make clean
setenv CFLAGS -DIBMR2Fortran=1
./configure
make
You can then go to the Healpix directory, and proceed with the Healpix installation.
|
|
|
|
|
|