diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-09 12:19:06 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-09 12:19:06 -0400 |
commit | 0f9f2b748e66f8b347d1ae0e7f8b96ad830f3c61 (patch) | |
tree | 60a0d1e9d450e6ed91c5fc103bdffdded3edc082 /iraf | |
parent | e4e2ad637d6d1efd52ef825decda822652f5df30 (diff) | |
download | cbc-recipes-0f9f2b748e66f8b347d1ae0e7f8b96ad830f3c61.tar.gz |
New iraf.ini, and renamed the old clunker
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/iraf.ini | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/iraf/iraf.ini b/iraf/iraf.ini index d47870a..9fa8812 100644 --- a/iraf/iraf.ini +++ b/iraf/iraf.ini @@ -1,40 +1,44 @@ [package] name: iraf -version: 2.16 +version: 2.16.1 [about] -home: http://bitbucket.org/jhunkeler/${package:name} -license: BSD -summary: ${package:name} is hard -#readme: README.md +home: http://iraf.noao.edu +license: MIT +summary: NOAO Image Reduction and Analysis Facility [source] -fn: ${package:name}.tar.bz2 +# Remember, always 32-bit! Now feast upon my tears. +fn: ${package:name}.lnux.x86.fixup.tar.gz url: ${cbc_cgi:url}/${fn} [build] number: 1 +detect_binary_files_with_prefix: True [requirements] build: - python + # Luck run: - python + # Gallant effort [cbc_build] linux: - # Replace hard-coded HOST and IRAF defines - sed -i -e "/#define\\tHOST/c \\ - \\#define HOST \"$$PREFIX/iraf/unix/\"" unix/hlib/libc/iraf.h - - sed -i -e "/#define\\tIRAF/c \\ - \\#define IRAF \"$$PREFIX/iraf/\"" unix/hlib/libc/iraf.h - - # Destroy hard-coded header paths. Rely on CFLAGS like normal humans. - sed -i -e 's|/home/jhunk/Ureka/iraf/unix/hlib/libc/||g' unix/hlib/libc/iraf.h - - #Pseudo-install + export TERM=xterm + FAKEHOME=$$PREFIX/iraf/fakehome cp -a `pwd` $$PREFIX + cd $$PREFIX/iraf + ./install \ + --accept-defaults \ + --fakehome $$FAKEHOME + #--term xterm \ + #--mach linux \ + #--bindir $$FAKEHOME/bin \ + #--cache $$FAKEHOME/cache \ + #--imdir $$FAKEHOME/imdir \ + rm -f bin + ln -s bin.linux bin + ln -s bin.linux bin.linux64 windows: echo Not supported on Windows |