View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum ↗

iraf-v216 · Code · Issues (50) · Pull requests (81)

iraf.net Issue #96

f2c files not removed with make src

closed closed olebole opened this issue on 2017-09-10 · 2 comments


olebole commented on 2017-09-10

When running make src, the generated files

unix/bin.linux64/f2c.e  
unix/bin.linux64/libf2c.a  

are not removed. Looking into util/mksrc suggests however, this is on purpose.
@iraf can you confirm that?


iraf commented on 2017-10-09

I don’t remember if there was a specific reason for not deleting the
binaries, likely just an oversight. If they are rebuilt as part of the
build process then removing in a ‘make src’ is probably fine. Note however
that a host version of F2C cannot be used due to changes in the f2c.h to
support the 64-bit port.

On Mon, Oct 9, 2017 at 1:25 AM, Ole Streicher wrote:

[…]


olebole commented on 2017-10-10

Thanks for the comment. I will make a PR to change this.

Note however that a host version of F2C cannot be used due to changes in the f2c.h to support the 64-bit port.

Sure, that is a different story.


Fixed in #104


Last updated on 2017-10-11