diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 14:24:42 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 14:24:42 -0400 |
commit | b89bd7b30fc12047a99d0ab2380dc86267c938c9 (patch) | |
tree | 0e1460baf8895f8650712fa38678c31644469a19 /iraf | |
parent | be6512291eabd72390bfd6630c86662012e0c926 (diff) | |
download | astroconda-iraf-b89bd7b30fc12047a99d0ab2380dc86267c938c9.tar.gz |
Add iraf meta-package dependencies for build as well as run-time, to ensure they get created when needed.
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/meta.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 4d6b1cc..e0ac584 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -13,6 +13,10 @@ requirements: # provide the corresponding IRAF version (whereas in general, meta packages # will provide the latest package versions at install time, to allow # updating component packages easily etc.). + build: + - iraf-core ==2.16.UR + - iraf-help ==2.16.UR + - iraf-x11 ==2.0 run: - iraf-core ==2.16.UR # (also pulls in iraf-os-libs) - iraf-help ==2.16.UR |