diff options
author | James Turner <jturner@gemini.edu> | 2016-12-06 11:14:50 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-06 11:14:50 -0500 |
commit | 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a (patch) | |
tree | 7bf1750b8dd286f9fe1f8726bce97245327ae8b9 /iraf.fitsutil | |
parent | 14555b74aedd7fb96c37a32fecb9b9668c1ba425 (diff) | |
download | astroconda-iraf-2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a.tar.gz |
Rename iraf-core back to iraf after eliminating need for a separate help pkg.
Diffstat (limited to 'iraf.fitsutil')
-rw-r--r-- | iraf.fitsutil/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml index 0a41417..59b0eea 100644 --- a/iraf.fitsutil/meta.yaml +++ b/iraf.fitsutil/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-iraf-helpers, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -21,7 +21,7 @@ source: requirements: build: - astroconda-iraf-helpers - - iraf-core >=2.16.UR # (build shouldn't depend on PyRAF or X11IRAF) + - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR # (must ensure correct run-time "iraf" version) |