diff options
| author | James Turner <jturner@gemini.edu> | 2016-12-12 14:41:12 -0500 |
|---|---|---|
| committer | James Turner <jturner@gemini.edu> | 2016-12-12 14:41:12 -0500 |
| commit | deeb280f2673626d0ca8147bb8b6d80f6b82df87 (patch) | |
| tree | e27f8305bf58b1cae79bff884fb6dc9932fb5703 /iraf.song/meta.yaml | |
| parent | 9c7215cd2e0db4b934c9da1e4a2ad49695620b98 (diff) | |
| download | astroconda-iraf-deeb280f2673626d0ca8147bb8b6d80f6b82df87.tar.gz | |
Add RVSAO, SONG & SQIID IRAF packages (with small patches to fix things that were also broken in Ureka). The SONG package is missing a dependency that isn't in Ureka or AstroConda and lives in the "obsolete" directory on the IRAF FTP site.
Diffstat (limited to 'iraf.song/meta.yaml')
| -rw-r--r-- | iraf.song/meta.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/iraf.song/meta.yaml b/iraf.song/meta.yaml new file mode 100644 index 0000000..4a396f9 --- /dev/null +++ b/iraf.song/meta.yaml @@ -0,0 +1,26 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: SONG 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.song + version: "2013_01_02" +source: + fn: song-universal-2013-01-02.tar.gz + url: http://astroconda-source:4440/song-universal-2013-01-02.tar.gz +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.rvx # required but currently doesn't exist in AstroConda! + |
