From a8b67d3d8c3d9a9796e33c85ac64c80d80e8d9e6 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 7 Dec 2016 18:03:22 -0300 Subject: Add finder, gmisc & guiapps IRAF packages. --- iraf.guiapps/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 iraf.guiapps/build.sh (limited to 'iraf.guiapps/build.sh') diff --git a/iraf.guiapps/build.sh b/iraf.guiapps/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.guiapps/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