From deeb280f2673626d0ca8147bb8b6d80f6b82df87 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 12 Dec 2016 16:41:12 -0300 Subject: 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. --- iraf.song/ur_extern.pkg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 iraf.song/ur_extern.pkg (limited to 'iraf.song/ur_extern.pkg') diff --git a/iraf.song/ur_extern.pkg b/iraf.song/ur_extern.pkg new file mode 100644 index 0000000..a3aaafc --- /dev/null +++ b/iraf.song/ur_extern.pkg @@ -0,0 +1,6 @@ +# ftp://iraf.noao.edu/iraf/v216/REPO +reset song = UR_VDIR +task song.pkg = song$song.cl +reset helpdb= ( envget("helpdb") + ",song$lib/helpdb.mip" ) +reset aproposdb= ( envget("aproposdb") + ",song$lib/apropos.db" ) + -- cgit