From a66143a3e1d020f1beb93ae3731ca2557a00f4c2 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Fri, 30 Sep 2016 14:38:44 -0300 Subject: Add STECF package (similar to TABLES & STSDAS). --- iraf.stecf/meta.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 iraf.stecf/meta.yaml (limited to 'iraf.stecf/meta.yaml') diff --git a/iraf.stecf/meta.yaml b/iraf.stecf/meta.yaml new file mode 100644 index 0000000..ea56c03 --- /dev/null +++ b/iraf.stecf/meta.yaml @@ -0,0 +1,29 @@ +about: + home: http://www.stsci.edu/institute/software_hardware/stsdas + license: US government notice (and third-party licenses) + summary: STECF package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-build-utils, since conda unhelpfully + # disallows the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.stecf + version: 3.17 +source: + fn: stsci_iraf-3.17-local.tar.gz # quirky requirement in addition to url + url: http://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz +requirements: + build: + - astroconda-build-utils + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + - iraf.stsdas + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + - iraf.stsdas + -- cgit From 6e9b90e5c1cc5603de6966c3aab5bbfd59845f56 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Tue, 4 Oct 2016 14:22:45 -0300 Subject: Quote version numbers as recommended in the conda build docs. --- iraf.stecf/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iraf.stecf/meta.yaml') diff --git a/iraf.stecf/meta.yaml b/iraf.stecf/meta.yaml index ea56c03..d348cad 100644 --- a/iraf.stecf/meta.yaml +++ b/iraf.stecf/meta.yaml @@ -12,7 +12,7 @@ build: - bin/ac_update_extern_pkg package: name: iraf.stecf - version: 3.17 + version: "3.17" source: fn: stsci_iraf-3.17-local.tar.gz # quirky requirement in addition to url url: http://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz -- cgit From b4046c3cf7e7f8aaa7803d0fbdad89ba9b09b6a1 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 17:25:59 -0300 Subject: Use renamed astroconda-iraf-helpers. --- iraf.stecf/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iraf.stecf/meta.yaml') diff --git a/iraf.stecf/meta.yaml b/iraf.stecf/meta.yaml index d348cad..6c0447f 100644 --- a/iraf.stecf/meta.yaml +++ b/iraf.stecf/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-build-utils, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -18,7 +18,7 @@ source: url: http://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR - iraf.tables - iraf.stsdas -- cgit