From 3b006f1563a48fc879d21237aac8a52b177bfccf Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 16:52:03 -0300 Subject: Moved astroconda-build-utils to astroconda github org and renamed to astroconda-iraf-helpers. --- astroconda-iraf-helpers/meta.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 astroconda-iraf-helpers/meta.yaml (limited to 'astroconda-iraf-helpers/meta.yaml') diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml new file mode 100644 index 0000000..e5a4a2b --- /dev/null +++ b/astroconda-iraf-helpers/meta.yaml @@ -0,0 +1,18 @@ +about: + home: https://github.com/jehturner/astroconda-iraf-helpers + license: BSD + summary: Utilities to help build and install AstroConda packages +build: + binary_relocation: True + #detect_binary_files_with_prefix: False [osx] + number: '0' +package: + name: astroconda-iraf-helpers + version: "0.1" +source: + git_url: https://github.com/astroconda/astroconda-iraf-helpers.git +requirements: + run: + - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 + - pyraf + -- cgit