From afe0a5e3650cccc19803f4e766848d2362cdff4f Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 21 Dec 2016 21:49:16 -0300 Subject: 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. --- iraf.kepler/build.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 iraf.kepler/build.sh (limited to 'iraf.kepler/build.sh') 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 - -- cgit