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.song/build.sh | |
| 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.song/build.sh')
| -rw-r--r-- | iraf.song/build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iraf.song/build.sh b/iraf.song/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.song/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 + |
