diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 12:26:11 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 12:26:11 -0400 |
commit | be6512291eabd72390bfd6630c86662012e0c926 (patch) | |
tree | f2c08a73ae8537618594f989502db1e2847184c0 /iraf-core | |
parent | b3796602986c73b8fc809c9383acd802deea337c (diff) | |
download | astroconda-iraf-be6512291eabd72390bfd6630c86662012e0c926.tar.gz |
Add "iraf" meta-package, containing the renamed "iraf-core" along with help etc.
Diffstat (limited to 'iraf-core')
-rw-r--r-- | iraf-core/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iraf-core/meta.yaml b/iraf-core/meta.yaml index f74b1b4..00a4bdd 100644 --- a/iraf-core/meta.yaml +++ b/iraf-core/meta.yaml @@ -1,7 +1,7 @@ about: home: http://iraf.noao.edu license: MIT (and third-party licenses) - summary: NOAO Image Reduction and Analysis Facility + summary: NOAO Image Reduction and Analysis Facility (excluding help) build: binary_relocation: False # [osx] detect_binary_files_with_prefix: False @@ -11,7 +11,7 @@ build: number: '0' package: name: iraf-core - version: 2.16.UR + version: "2.16.UR" requirements: build: - iraf-os-libs # [linux] |