diff options
author | James Turner <jturner@gemini.edu> | 2019-03-29 11:27:20 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2019-03-29 11:27:20 -0400 |
commit | 2b4d8e96f37758cbff1d7b281d123bdc87f2f6f2 (patch) | |
tree | 53e548943162085fd53d0cc66ef60fc3643c1610 | |
parent | e4184e959e28f78cc101bb311836dd75a2c39ce5 (diff) | |
download | astroconda-iraf-2b4d8e96f37758cbff1d7b281d123bdc87f2f6f2.tar.gz |
Uncommitted version update to go with IRAF change (for ccdred parameter file problem with PyRAF on Python 3).
-rw-r--r-- | iraf/meta.yaml | 9 |
1 files 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 |