Re: CFITSIO's Fortran interface

2016-02-17 Thread David Strubbe
Hi Sébastien and Ryan, The solution discussed here will solve the problem but is unnecessarily restrictive by using only +gcc5. What you should do is this line instead: compilers.enforce_some_fortran cfitsio Then any of the Fortran variants gcc5, g95, gcc49 etc. will be accepted. This is part

Re: CFITSIO's Fortran interface

2016-02-16 Thread Sébastien Maret
> Le 15 févr. 2016 à 19:24, Ryan Schmidt a écrit : > >> >> On Feb 15, 2016, at 2:07 AM, Sébastien Maret >> wrote: >> >>> >>> Le 11 févr. 2016 à 16:19, Ryan Schmidt a écrit : >>> >>> On Feb 11, 2016, at 2:00 AM,

Re: CFITSIO's Fortran interface

2016-02-15 Thread Ryan Schmidt
> On Feb 15, 2016, at 2:07 AM, Sébastien Maret > wrote: > >> >> Le 11 févr. 2016 à 16:19, Ryan Schmidt a écrit : >> >> On Feb 11, 2016, at 2:00 AM, Sébastien Maret wrote: >>> Le 10 févr. 2016 à 16:23, Ryan Schmidt

Re: CFITSIO's Fortran interface

2016-02-15 Thread Sébastien Maret
> Le 11 févr. 2016 à 16:19, Ryan Schmidt a écrit : > > On Feb 11, 2016, at 2:00 AM, Sébastien Maret wrote: >> >>> Le 10 févr. 2016 à 16:23, Ryan Schmidt a écrit : >>> >>> On Feb 10, 2016, at 8:52 AM, Sébastien Maret wrote: >>> I am

Re: CFITSIO's Fortran interface

2016-02-11 Thread Sébastien Maret
> Le 10 févr. 2016 à 16:23, Ryan Schmidt a écrit : > > On Feb 10, 2016, at 8:52 AM, Sébastien Maret wrote: > >> I am maintaining the Gildas port which depends on the CFITSIO library. >> CFITSIO has a Fortran interface but it is not built by default: one need to >>

Re: CFITSIO's Fortran interface

2016-02-11 Thread Ryan Schmidt
On Feb 11, 2016, at 2:00 AM, Sébastien Maret wrote: > > >> Le 10 févr. 2016 à 16:23, Ryan Schmidt a écrit : >> >> On Feb 10, 2016, at 8:52 AM, Sébastien Maret wrote: >> >>> I am maintaining the Gildas port which depends on the CFITSIO library. >>> CFITSIO has a

Re: CFITSIO's Fortran interface

2016-02-10 Thread Ryan Schmidt
On Feb 10, 2016, at 8:52 AM, Sébastien Maret wrote: > I am maintaining the Gildas port which depends on the CFITSIO library. > CFITSIO has a Fortran interface but it is not built by default: one need to > select a specific variant (e.g. +gcc 5) for this. This is a problem for the > Gildas

CFITSIO's Fortran interface

2016-02-10 Thread Sébastien Maret
Hello, I am maintaining the Gildas port which depends on the CFITSIO library. CFITSIO has a Fortran interface but it is not built by default: one need to select a specific variant (e.g. +gcc 5) for this. This is a problem for the Gildas because the compilation fails without the Fortran