diff options
author | James Turner <jturner@gemini.edu> | 2016-12-05 18:29:46 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-05 18:29:46 -0500 |
commit | 14555b74aedd7fb96c37a32fecb9b9668c1ba425 (patch) | |
tree | b1d3fe912cdb16e29f27bbfdd07bb4ae4ad0c572 | |
parent | 150c3a4045d7a89a27d61fcd91952e603495c419 (diff) | |
download | astroconda-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.bat | 2 | ||||
-rw-r--r-- | iraf/build.sh | 2 | ||||
-rw-r--r-- | iraf/meta.yaml | 24 |
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 - |