iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net pull request #22
Fix setting of non-default IRAF root
olebole merged 1 commit to iraf-community/iraf
olebole commented on 2017-05-01
Add libc/libc.h
to the list of files which need to be patched for a new IRAF root as recommended by [@iraf](https://github.com/iraf). This shall fix #7.
There are however a number of other files that still have /iraf/iraf
:
unix/bin.linux64/f2c.h
unix/bin.linux/f2c.h
unix/bin.macintel/f2c.h
Otherf2c.h
(there are 10 of them!!!) don’t have this however, even inunix/bin.*
If thisf2c.h
is used ever it will fail.#include "/iraf/iraf/unix/hlib/libc/kproto.h" #include "/iraf/iraf/unix/hlib/libc/vosproto.h"
unix/boot/xyacc/dextern.h
used inunix/boot/xyacc/y2.c
aschar *parser = PARSER;
as default parser (may be overwritten on cmd line).
This is handled in #84.#define PARSER "/iraf/iraf/lib/yaccpar.x"
unix/boot/spp/xc.c
NEED_GCC_SPECS
is however never defined, so we can ignore this?#ifdef NEED_GCC_SPECS ... arglist[nargs++] = "/iraf/iraf/unix/bin/gcc-specs";
vendor/x11iraf/ximtool/raster.c
vendor/x11iraf/vximtool/vximtool.c
This is x11iraf, which is not the scope in the moment… See also #70.static char *fb_paths[] = { ... "/iraf/iraf/dev/imtoolrc",
-
Commits
- Add libc/libc.h to the list of files which need to be patched for a new IRAF root [1df19583]
Last updated on 2017-09-25