diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
commit | f7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch) | |
tree | 4bdb6da29496b34f74a93ee780827ee32d0ca647 /iraf_ureka | |
parent | 8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff) | |
download | cbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz |
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'iraf_ureka')
-rw-r--r-- | iraf_ureka/iraf.ini | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/iraf_ureka/iraf.ini b/iraf_ureka/iraf.ini deleted file mode 100644 index d47870a..0000000 --- a/iraf_ureka/iraf.ini +++ /dev/null @@ -1,40 +0,0 @@ -[package] -name: iraf -version: 2.16 - -[about] -home: http://bitbucket.org/jhunkeler/${package:name} -license: BSD -summary: ${package:name} is hard -#readme: README.md - -[source] -fn: ${package:name}.tar.bz2 -url: ${cbc_cgi:url}/${fn} - -[build] -number: 1 - -[requirements] -build: - python -run: - python - -[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 - cp -a `pwd` $$PREFIX - -windows: - echo Not supported on Windows |