diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 12:26:11 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 12:26:11 -0400 |
commit | be6512291eabd72390bfd6630c86662012e0c926 (patch) | |
tree | f2c08a73ae8537618594f989502db1e2847184c0 /iraf | |
parent | b3796602986c73b8fc809c9383acd802deea337c (diff) | |
download | astroconda-iraf-be6512291eabd72390bfd6630c86662012e0c926.tar.gz |
Add "iraf" meta-package, containing the renamed "iraf-core" along with help etc.
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/bld.bat | 2 | ||||
-rw-r--r-- | iraf/build.sh | 2 | ||||
-rw-r--r-- | iraf/meta.yaml | 20 |
3 files changed, 24 insertions, 0 deletions
diff --git a/iraf/bld.bat b/iraf/bld.bat new file mode 100644 index 0000000..652775c --- /dev/null +++ b/iraf/bld.bat @@ -0,0 +1,2 @@ +echo "meta-package" + diff --git a/iraf/build.sh b/iraf/build.sh new file mode 100644 index 0000000..652775c --- /dev/null +++ b/iraf/build.sh @@ -0,0 +1,2 @@ +echo "meta-package" + diff --git a/iraf/meta.yaml b/iraf/meta.yaml new file mode 100644 index 0000000..4d6b1cc --- /dev/null +++ b/iraf/meta.yaml @@ -0,0 +1,20 @@ +about: + home: http://iraf.noao.edu + license: MIT (and third-party licenses) + summary: Core NOAO IRAF and X11IRAF meta-package (including help) +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.). + run: + - iraf-core ==2.16.UR # (also pulls in iraf-os-libs) + - iraf-help ==2.16.UR + - iraf-x11 ==2.0 + |