aboutsummaryrefslogtreecommitdiff
path: root/iraf.kepler/build.sh
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2016-12-21 19:49:16 -0500
committerJames Turner <jturner@gemini.edu>2016-12-21 19:49:16 -0500
commitafe0a5e3650cccc19803f4e766848d2362cdff4f (patch)
tree3f1e22f9401f87de968dd58830b8196b2735169f /iraf.kepler/build.sh
parente780c03690e4a567ccd810fbd8b53a6b9a65e062 (diff)
downloadastroconda-iraf-afe0a5e3650cccc19803f4e766848d2362cdff4f.tar.gz
Rename iraf.kepler, since it depends on pyraf, and patch it to use io.fits instead of pyfits (etc.). There are still a couple of broken imports left -- one that was also missing in Ureka and another that currently prevents the pkg loading.
Diffstat (limited to 'iraf.kepler/build.sh')
-rw-r--r--iraf.kepler/build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/iraf.kepler/build.sh b/iraf.kepler/build.sh
deleted file mode 100644
index 2353907..0000000
--- a/iraf.kepler/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
-