From 43d8db3f431ce1dbd3a73e2359bddd503b54ac46 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Mon, 3 Oct 2016 20:43:23 -0300 Subject: Add FITSUTIL IRAF package. --- iraf.fitsutil/meta.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 iraf.fitsutil/meta.yaml (limited to 'iraf.fitsutil/meta.yaml') diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml new file mode 100644 index 0000000..6c6911e --- /dev/null +++ b/iraf.fitsutil/meta.yaml @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant, CFITSIO government notice & GPL + summary: FITSUTIL 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.fitsutil + version: 2011_02_22 +source: + fn: fitsutil-src-2011-02-22.tar.gz + url: http://astroconda-source:4440/fitsutil-src-2011-02-22.tar.gz + patches: + - ac.iraf.fitsutil.patch +requirements: + build: + - astroconda-build-utils + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + -- 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.fitsutil/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iraf.fitsutil/meta.yaml') diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml index 6c6911e..efcee83 100644 --- a/iraf.fitsutil/meta.yaml +++ b/iraf.fitsutil/meta.yaml @@ -12,7 +12,7 @@ build: - bin/ac_update_extern_pkg package: name: iraf.fitsutil - version: 2011_02_22 + version: "2011_02_22" source: fn: fitsutil-src-2011-02-22.tar.gz url: http://astroconda-source:4440/fitsutil-src-2011-02-22.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.fitsutil/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iraf.fitsutil/meta.yaml') diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml index efcee83..b1d2114 100644 --- a/iraf.fitsutil/meta.yaml +++ b/iraf.fitsutil/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.fitsutil.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR -- cgit