aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2016-12-05 18:29:46 -0500
committerJames Turner <jturner@gemini.edu>2016-12-05 18:29:46 -0500
commit14555b74aedd7fb96c37a32fecb9b9668c1ba425 (patch)
treeb1d3fe912cdb16e29f27bbfdd07bb4ae4ad0c572
parent150c3a4045d7a89a27d61fcd91952e603495c419 (diff)
downloadastroconda-iraf-14555b74aedd7fb96c37a32fecb9b9668c1ba425.tar.gz
Remove iraf meta-package, since iraf-help is no longer needed (now part of the core IRAF build) and iraf-core will be renamed to iraf.
-rw-r--r--iraf/bld.bat2
-rw-r--r--iraf/build.sh2
-rw-r--r--iraf/meta.yaml24
3 files changed, 0 insertions, 28 deletions
diff --git a/iraf/bld.bat b/iraf/bld.bat
deleted file mode 100644
index 652775c..0000000
--- a/iraf/bld.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-echo "meta-package"
-
diff --git a/iraf/build.sh b/iraf/build.sh
deleted file mode 100644
index 652775c..0000000
--- a/iraf/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-echo "meta-package"
-
diff --git a/iraf/meta.yaml b/iraf/meta.yaml
deleted file mode 100644
index a8954d7..0000000
--- a/iraf/meta.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-about:
- home: http://iraf.noao.edu
- license: MIT (and third-party licenses)
- summary: Core NOAO IRAF and X11IRAF meta-package
-build:
- number: '0'
-package:
- name: iraf
- version: "2.16.UR"
-requirements:
- # IRAF is a special case where we hard-wire the version numbers so that the
- # meta-package seen by users can have a recognizable version number and
- # provide the corresponding IRAF version (whereas in general, meta packages
- # will provide the latest package versions at install time, to allow
- # updating component packages easily etc.).
- build:
- - iraf-core ==2.16.UR
- # - iraf-help ==2.16.UR
- - iraf-x11 ==2.0
- run:
- - iraf-core ==2.16.UR # (also pulls in iraf-os-libs)
- # - iraf-help ==2.16.UR
- - iraf-x11 ==2.0
-