summaryrefslogtreecommitdiff
path: root/iraf/meta.yaml
blob: 2c9da54f280ee4f4c23926744a1fe706e0380728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% set name = 'iraf' %}
{% set version = '2.16.1' %}
{% set number = '1' %}

about:
    home: http://iraf.noao.edu
    license: MIT
    summary: NOAO Image Reduction and Analysis Facility

build:
    binary_relocation: False [osx]
    detect_binary_files_with_prefix: False [osx]
    number: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

source:
    fn: {{ name }}.tar.gz
    url:
    - http://ssb.stsci.edu/stripped/linux/{{ name }}.tar.gz [linux]
    - http://ssb.stsci.edu/stripped/osx/{{ name }}.tar.gz   [osx]