summaryrefslogtreecommitdiff
path: root/iraf/meta.yaml
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 08:53:06 -0500
committerGitHub <noreply@github.com>2018-02-22 08:53:06 -0500
commitd4ccb57a335dfda4b3583107767a081691352b2f (patch)
tree43dd1892560bcc467c5eaf1373390cefe4707acd /iraf/meta.yaml
parentebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff)
parente027b0e371ddedc4377b43b425d2f67282ff45b7 (diff)
downloadastroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz
Merge branch 'master' into patch-3
Diffstat (limited to 'iraf/meta.yaml')
-rw-r--r--iraf/meta.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml
deleted file mode 100644
index 2c9da54..0000000
--- a/iraf/meta.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-{% 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]