aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-