thegooglecodearchive / healpy

Automatically exported from code.google.com/p/healpy
GNU General Public License v2.0
0 stars 0 forks source link

building issure #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.python setup.py install
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
healpy 0.10 macbook pro

Please provide any additional information below.
needed to add -fpermissive to the healpix_args to get the fitsio_lib to compile.
changed line 88
healpix_args =['-fopenmp','-fpermissive']
was using cfitsio3260.tar.gz in the healpy-0.10/hpbeta/libcfitsio subdirectory.

Original issue reported on code.google.com by kband...@gmail.com on 6 Mar 2011 at 9:13

GoogleCodeExporter commented 9 years ago
Thanks for the report! I have added the flag as you suggested.

Original comment by martin.r...@gmx.de on 7 Mar 2011 at 9:20