Point to your CFITSIO library

eSASS download and installation
Post Reply
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

Point to your CFITSIO library

Post by lidawei »

Hello everyone

When I am required to enter location of cfitsio library, I use locate to find where it is, but there are four choices:
locate libcfitsio.a
/home/lidawei/heasoft-6.29/heacore/BLD/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
/home/lidawei/heasoft-6.29/heacore/cfitsio/libcfitsio.a
/home/lidawei/heasoft-6.29/heacore/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
/home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a

I don't know which one I should choose. If you konw something about that, please tell me. I'll appreciate for it.
User avatar
AlainGueguen
Posts: 32
Joined: Mon Jun 28, 2021 12:06 pm

Re: Point to your CFITSIO library

Post by AlainGueguen »

Dear Lidawei
I would suggest to use :
/home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a

Best Regards
Alain on behalf of the eSASS team
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

Re: Point to your CFITSIO library

Post by lidawei »

Dear AlainGueguen
Thanks for your reply. When I enter it, I get a new trouble:

enter location of cfitsio library (/usr/local/lib): /home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]

What should I do with it?

Best regards
Dawei Li
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

Re: Point to your CFITSIO library

Post by lidawei »

AlainGueguen wrote: Mon Nov 29, 2021 9:15 am Dear Lidawei
I would suggest to use :
/home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a

Best Regards
Alain on behalf of the eSASS team
Dear AlainGueguen
Thanks for your reply. When I enter it, I get a new trouble:

enter location of cfitsio library (/usr/local/lib): /home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]

What should I do with it?

Best regards
Dawei Li
User avatar
AlainGueguen
Posts: 32
Joined: Mon Jun 28, 2021 12:06 pm

Re: Point to your CFITSIO library

Post by AlainGueguen »

it's just a warning it not important you can continue with it :
globally during all the steps of the installation warning are not stopping point
any important problem will appear with error instead of warning

for all Healpix related question you can refer to :
https://healpix.sourceforge.io/doc/html/install.htm
section Compilation and installation
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

Re: Point to your CFITSIO library

Post by lidawei »

AlainGueguen wrote: Mon Nov 29, 2021 9:47 am it's just a warning it not important you can continue with it :
globally during all the steps of the installation warning are not stopping point
any important problem will appear with error instead of warning

for all Healpix related question you can refer to :
https://healpix.sourceforge.io/doc/html/install.htm
section Compilation and installation
Ok, I see. Thank you.
Post Reply