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.rvsao/ur_mkpkg_cmd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 iraf.rvsao/ur_mkpkg_cmd (limited to 'iraf.rvsao/ur_mkpkg_cmd') diff --git a/iraf.rvsao/ur_mkpkg_cmd b/iraf.rvsao/ur_mkpkg_cmd new file mode 100644 index 0000000..a9ec0fc --- /dev/null +++ b/iraf.rvsao/ur_mkpkg_cmd @@ -0,0 +1,11 @@ +# The original rvsao tarball had problems on OSX because it contains a +# name that is duplicated on non-case-sensitive filesystems, namely a +# symbolic link "templates -> Templates/". For the UR, the tarball has been +# re-generated with the symbolic link removed and the directory renamed +# to "templates" (grep shows that the capitalized name isn't used anywhere). + +# Delete a dangling symbolic link that causes conda-build great offence: +rm -f Util/Old/shdr.h + +# cd rvsao # Pre-2.15 +mkpkg update -- cgit