diff options
| author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-10-01 22:45:59 -0400 | 
|---|---|---|
| committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-10-01 22:45:59 -0400 | 
| commit | 6ccf7a682493db0fb3f5ce7b680efe598d619523 (patch) | |
| tree | 74fb180f23e656dbfbd9d23f3aa394742e2d0307 /deprecated/iraf | |
| parent | ede6dfcf3833bb5bfd59dbfa479162c62fb6d06a (diff) | |
| download | cbc-recipes-6ccf7a682493db0fb3f5ce7b680efe598d619523.tar.gz | |
Refactoring structure. Add "deprecated"
Diffstat (limited to 'deprecated/iraf')
| -rw-r--r-- | deprecated/iraf/iraf.ini | 48 | 
1 files changed, 48 insertions, 0 deletions
| diff --git a/deprecated/iraf/iraf.ini b/deprecated/iraf/iraf.ini new file mode 100644 index 0000000..0d6f77e --- /dev/null +++ b/deprecated/iraf/iraf.ini @@ -0,0 +1,48 @@ +[package] +name: iraf +version: 2.16.1 + +[about] +home: http://iraf.noao.edu +license: MIT +summary: NOAO Image Reduction and Analysis Facility + +[source] +# Remember, always 32-bit! Now feast upon my tears. +#fn: ${package:name}.lnux.x86.fixup.tar.gz +#url: ${cbc_cgi:url}/${fn} +git_url: https://bitbucket.org/jhunkeler/${package:name} + +# Tarball should be generated with: +# git archive --format tar.gz --prefix iraf/ -o ../iraf.lnux.x86.fixup.tar.gz -v master + +[build] +number: 1 +detect_binary_files_with_prefix: True + +[requirements] +build: +    # Luck +run: +    # Gallant effort + +[cbc_build] +linux: +    export TERM=xterm +    FAKEHOME=$$PREFIX/iraf/fakehome +    cp -a `pwd` $$PREFIX/iraf +    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 | 
