From 2b4d8e96f37758cbff1d7b281d123bdc87f2f6f2 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 29 Mar 2019 12:27:20 -0300 Subject: Uncommitted version update to go with IRAF change (for ccdred parameter file problem with PyRAF on Python 3). --- iraf/meta.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 068f790..81434f3 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -8,15 +8,18 @@ build: # (if binary relocation is problematic, add "ignore_prefix_files" below) rpaths: - lib32/ - number: '1' + number: '0' package: name: iraf - version: "2.16.UR" + version: "2.16.UR.1" requirements: build: - iraf-os-libs # [linux] run: - iraf-os-libs # [linux] source: - svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/trunk + # You must upload your ssh key to github to check out this private repo: + #git_url: git@github.com:spacetelescope/iraf.git + git_url: https://github.com/spacetelescope/iraf.git + git_tag: 2.16.UR.1 -- cgit