From a8b67d3d8c3d9a9796e33c85ac64c80d80e8d9e6 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 7 Dec 2016 18:03:22 -0300 Subject: Add finder, gmisc & guiapps IRAF packages. --- iraf.finder/meta.yaml~ | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 iraf.finder/meta.yaml~ (limited to 'iraf.finder/meta.yaml~') diff --git a/iraf.finder/meta.yaml~ b/iraf.finder/meta.yaml~ new file mode 100644 index 0000000..00e6c19 --- /dev/null +++ b/iraf.finder/meta.yaml~ @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: FINDER package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.finder + version: "2.2" +source: + fn: finder-src-2.2.tar.gz + url: http://astroconda-source:4440/finder-src-2.2.tar.gz +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + -- cgit