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.rvsao/ur_mkpkg_cmd | |
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.rvsao/ur_mkpkg_cmd')
-rw-r--r-- | iraf.rvsao/ur_mkpkg_cmd | 11 |
1 files changed, 11 insertions, 0 deletions
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 |