aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2016-12-13 13:54:40 -0500
committerJames Turner <jturner@gemini.edu>2016-12-13 13:54:40 -0500
commit9988e054bc2bbf66b0dd545ad272a778428bd301 (patch)
treee74a637accdd710e2ca4e117f9b389e174fe1616
parent5ac7369eb14a255c022fd5df1ddabfd667ecb65f (diff)
downloadastroconda-iraf-9988e054bc2bbf66b0dd545ad272a778428bd301.tar.gz
Delete deprecated iraf-help package (now part of the IRAF build in CL).
-rw-r--r--iraf-help/bld.bat3
-rw-r--r--iraf-help/build.sh14
-rw-r--r--iraf-help/meta.yaml16
3 files changed, 0 insertions, 33 deletions
diff --git a/iraf-help/bld.bat b/iraf-help/bld.bat
deleted file mode 100644
index fa5316a..0000000
--- a/iraf-help/bld.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-
-echo Not supported on Windows
-exit 1 \ No newline at end of file
diff --git a/iraf-help/build.sh b/iraf-help/build.sh
deleted file mode 100644
index 4ff47c8..0000000
--- a/iraf-help/build.sh
+++ /dev/null
@@ -1,14 +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
-
-logname=help_log
-
-make_iraf_help iraf > $logname 2>&1
-make_iraf_help noao >> $logname 2>&1
-make_iraf_help color >> $logname 2>&1
-make_iraf_help vol >> $logname 2>&1
-
-cp -p $logname "$PREFIX/iraf/"
-
diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml
deleted file mode 100644
index b6fad01..0000000
--- a/iraf-help/meta.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-about:
- home: http://iraf.noao.edu
- license: MIT (and third-party licenses)
- summary: Core IRAF help & apropos databases (built separately)
-build:
- binary_relocation: False
- number: '0'
-package:
- name: iraf-help
- version: "2.16.UR"
-requirements:
- build:
- - astroconda-iraf-helpers # depends on PyRAF, hence why separate
- - iraf !=2.16.1,>=2.16.UR
- run:
- - iraf !=2.16.1,>=2.16.UR