Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing mkfloat.csh #9

Closed
vall33 opened this issue May 16, 2019 · 3 comments · Fixed by #10
Closed

missing mkfloat.csh #9

vall33 opened this issue May 16, 2019 · 3 comments · Fixed by #10

Comments

@vall33
Copy link

vall33 commented May 16, 2019

Hi,

I installed the main IRAF and it worked ok. When I tried compiling fitsutil I encountered a problem. It seems that mkfloat.csh (and possibly other *.csh files) are missing in $hlib and fitsutil would not compile

@olebole
Copy link
Member

olebole commented May 16, 2019

That is actually a problem in fitsutil. In IRAF 2.16.1, mkfloat.csh was replaced by the /bin/sh variant mkfloat.sh by NOAO (and unfortunately the suffix refers to this implementation detail).

Did you use the fitsutil from github? Then, I would move this issue there (and fix it later).

@vall33
Copy link
Author

vall33 commented May 16, 2019

yes, I used fitsutil from github

@olebole olebole transferred this issue from iraf-community/iraf-community.github.io May 16, 2019
@olebole
Copy link
Member

olebole commented May 16, 2019

The fix is to replace all mkfloat.csh by mkfloat.sh in the file mkpkg. I'll change this in the repository, but you may just make this in your local copy to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants