diff options
author | James Turner <jturner@gemini.edu> | 2016-12-21 19:49:16 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-21 19:49:16 -0500 |
commit | afe0a5e3650cccc19803f4e766848d2362cdff4f (patch) | |
tree | 3f1e22f9401f87de968dd58830b8196b2735169f /iraf.kepler | |
parent | e780c03690e4a567ccd810fbd8b53a6b9a65e062 (diff) | |
download | astroconda-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')
-rw-r--r-- | iraf.kepler/bld.bat | 2 | ||||
-rw-r--r-- | iraf.kepler/build.sh | 8 | ||||
-rw-r--r-- | iraf.kepler/meta.yaml | 37 | ||||
-rw-r--r-- | iraf.kepler/post-link.sh | 3 | ||||
-rw-r--r-- | iraf.kepler/pre-unlink.sh | 1 | ||||
-rw-r--r-- | iraf.kepler/ur_extern.pkg | 2 | ||||
-rw-r--r-- | iraf.kepler/ur_manifest | 0 | ||||
-rw-r--r-- | iraf.kepler/ur_mkhelp_cmd | 1 | ||||
-rw-r--r-- | iraf.kepler/ur_mkpkg_cmd | 0 | ||||
-rw-r--r-- | iraf.kepler/ur_mkpkg_patterns | 0 |
10 files changed, 0 insertions, 54 deletions
diff --git a/iraf.kepler/bld.bat b/iraf.kepler/bld.bat deleted file mode 100644 index e1aca7a..0000000 --- a/iraf.kepler/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -echo Not supported on Windows -exit 1 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 - diff --git a/iraf.kepler/meta.yaml b/iraf.kepler/meta.yaml deleted file mode 100644 index 19a2ab5..0000000 --- a/iraf.kepler/meta.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# This package is still missing dependencies in AstroConda and is not fully -# functional yet: -# - The package source needs patching to convert pyfits references to io.fits. -# - The "analysis" (& "transit"?) module used by ma02.py and, in turn, -# lightcurve.py & keptransit.py are missing from both AstroConda and Ureka. - -about: - home: http://iraf.noao.edu/ - license: US government notice, BSD, attribution requirement - summary: KEPLER package for IRAF -build: - binary_relocation: False - number: '0' - # These must be copied from astroconda-iraf-helpers, since conda disallows - # the post-install step from depending on other packages: - always_include_files: - - bin/ac_config_iraf_pkg - - bin/ac_update_extern_pkg -package: - name: iraf.kepler - version: "2.6.2" -source: - fn: PyKE_2.6.2.tar - url: http://astroconda-source:4440/PyKE_2.6.2.tar -requirements: - build: - - astroconda-iraf-helpers - - iraf !=2.16.1,>=2.16.UR - run: - - iraf !=2.16.1,>=2.16.UR - - pyraf - - astropy - - matplotlib - - numpy - - scipy - - mdp - diff --git a/iraf.kepler/post-link.sh b/iraf.kepler/post-link.sh deleted file mode 100644 index f0e5a63..0000000 --- a/iraf.kepler/post-link.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Call a common script that updates extern.pkg for the new IRAF package: - -"$PREFIX/bin/ac_config_iraf_pkg" kepler diff --git a/iraf.kepler/pre-unlink.sh b/iraf.kepler/pre-unlink.sh deleted file mode 100644 index e8b9801..0000000 --- a/iraf.kepler/pre-unlink.sh +++ /dev/null @@ -1 +0,0 @@ -"$PREFIX/bin/ac_config_iraf_pkg" --remove kepler diff --git a/iraf.kepler/ur_extern.pkg b/iraf.kepler/ur_extern.pkg deleted file mode 100644 index 9b23cce..0000000 --- a/iraf.kepler/ur_extern.pkg +++ /dev/null @@ -1,2 +0,0 @@ -reset kepler = UR_VDIR -task kepler.pkg = kepler$kepler.cl diff --git a/iraf.kepler/ur_manifest b/iraf.kepler/ur_manifest deleted file mode 100644 index e69de29..0000000 --- a/iraf.kepler/ur_manifest +++ /dev/null diff --git a/iraf.kepler/ur_mkhelp_cmd b/iraf.kepler/ur_mkhelp_cmd deleted file mode 100644 index b193179..0000000 --- a/iraf.kepler/ur_mkhelp_cmd +++ /dev/null @@ -1 +0,0 @@ -echo "No help to build for kepler/PyKe" diff --git a/iraf.kepler/ur_mkpkg_cmd b/iraf.kepler/ur_mkpkg_cmd deleted file mode 100644 index e69de29..0000000 --- a/iraf.kepler/ur_mkpkg_cmd +++ /dev/null diff --git a/iraf.kepler/ur_mkpkg_patterns b/iraf.kepler/ur_mkpkg_patterns deleted file mode 100644 index e69de29..0000000 --- a/iraf.kepler/ur_mkpkg_patterns +++ /dev/null |