diff options
Diffstat (limited to 'template/build.sh')
-rw-r--r-- | template/build.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template/build.sh b/template/build.sh deleted file mode 100644 index 2353907..0000000 --- a/template/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -# 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 - |