diff options
author | James Turner <jturner@gemini.edu> | 2016-12-12 11:26:01 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-12 11:26:01 -0500 |
commit | 9c7215cd2e0db4b934c9da1e4a2ad49695620b98 (patch) | |
tree | 9078004dc9a300925861f2d4cb005a79789121bc /iraf.finder | |
parent | b261ae5791610666d3744dbd3b149a541bec5620 (diff) | |
download | astroconda-iraf-9c7215cd2e0db4b934c9da1e4a2ad49695620b98.tar.gz |
Add mtools, nfextern & optic AstroConda IRAF packages.
Diffstat (limited to 'iraf.finder')
-rw-r--r-- | iraf.finder/meta.yaml~ | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/iraf.finder/meta.yaml~ b/iraf.finder/meta.yaml~ deleted file mode 100644 index 00e6c19..0000000 --- a/iraf.finder/meta.yaml~ +++ /dev/null @@ -1,27 +0,0 @@ -about: - home: http://iraf.noao.edu/ - license: IRAF MIT/X11 variant - summary: FINDER package for IRAF -build: - binary_relocation: False - number: '0' - # These must be copied from astroconda-iraf-helpers, since conda disallows - # the post-install step from depending on other packages: - always_include_files: - - bin/ac_config_iraf_pkg - - bin/ac_update_extern_pkg -package: - name: iraf.finder - version: "2.2" -source: - fn: finder-src-2.2.tar.gz - url: http://astroconda-source:4440/finder-src-2.2.tar.gz -requirements: - build: - - astroconda-iraf-helpers - - iraf !=2.16.1,>=2.16.UR - - iraf.tables - run: - - iraf !=2.16.1,>=2.16.UR - - iraf.tables - |