aboutsummaryrefslogtreecommitdiff
path: root/template/build.sh
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2016-12-13 13:50:48 -0500
committerJames Turner <jturner@gemini.edu>2016-12-13 13:50:48 -0500
commit5ac7369eb14a255c022fd5df1ddabfd667ecb65f (patch)
tree2a751a5b0a125e105db9b89cf75f986f2a9789ac /template/build.sh
parent0599c6246bf36911f2232491192dec23d0a0035f (diff)
downloadastroconda-iraf-5ac7369eb14a255c022fd5df1ddabfd667ecb65f.tar.gz
Remove single-use script & template that were used to help convert Ureka IRAF packages to AstroConda package defs.
Diffstat (limited to 'template/build.sh')
-rw-r--r--template/build.sh8
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
-