diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-29 11:24:49 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-29 11:24:49 -0400 |
commit | 4ee8301df6891df89ede6aa3012f9a984ab5623c (patch) | |
tree | 73d350f0b5bd12ea2ee79781aedddd4a3a0548df /iraf | |
parent | 125a2feb45eaa3202cbda597259b7cdedb287876 (diff) | |
download | astroconda-iraf-4ee8301df6891df89ede6aa3012f9a984ab5623c.tar.gz |
Change IRAF version spec to make conda use our updated IRAF build without being tied to a single version number and to allow for adding a running number more naturally.
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 1719e86..2bd7031 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -8,7 +8,7 @@ build: number: '0' package: name: iraf - version: 2.16_UR + version: 2.16.UR source: # svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/jhunk-patches # svn_rev: 4156 |