From 708688dfa7293de3f7a93192a19721580fc54c84 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 29 Sep 2016 21:00:15 -0300 Subject: Add STSDAS package. --- iraf.stsdas/meta.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 iraf.stsdas/meta.yaml (limited to 'iraf.stsdas/meta.yaml') diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml new file mode 100644 index 0000000..39f2ff9 --- /dev/null +++ b/iraf.stsdas/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: STScI STSDAS 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.stsdas + 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 + patches: + - ac.iraf.stsci.patch +requirements: + build: + - astroconda-build-utils + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + -- 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.stsdas/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iraf.stsdas/meta.yaml') diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index 39f2ff9..530e6ee 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -12,7 +12,7 @@ build: - bin/ac_update_extern_pkg package: name: iraf.stsdas - 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.stsdas/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iraf.stsdas/meta.yaml') diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index 530e6ee..fd8d9f0 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/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 @@ -20,7 +20,7 @@ source: - ac.iraf.stsci.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR - iraf.tables run: -- cgit