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.sqiid/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 iraf.sqiid/build.sh (limited to 'iraf.sqiid/build.sh') diff --git a/iraf.sqiid/build.sh b/iraf.sqiid/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.sqiid/build.sh @@ -0,0 +1,8 @@ +# Configure the environment for IRAF, since conda build appears not to do +# "source activate" after installing dependencies (this would instead need to +# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying): +. setup_iraf.sh + +# Build from source in envs/_build (using build script from astroconda-utils): +ac_build_iraf_pkg + -- cgit