diff options
author | James Turner <jturner@gemini.edu> | 2016-12-07 15:24:07 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-07 15:24:07 -0500 |
commit | 0eb9031610dead0ae92d7a479eba22d4ac10562b (patch) | |
tree | 407ee7b9d71157ae119bae185ede2c3a5003123d /iraf.esowfi/build.sh | |
parent | 0fa57d74bbdc1958bff662be487eacdeb68bd635 (diff) | |
download | astroconda-iraf-0eb9031610dead0ae92d7a479eba22d4ac10562b.tar.gz |
Add ESOWFI & MSCRED IRAF packages.
Diffstat (limited to 'iraf.esowfi/build.sh')
-rw-r--r-- | iraf.esowfi/build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iraf.esowfi/build.sh b/iraf.esowfi/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.esowfi/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 + |