diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-12 16:25:59 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-12 16:25:59 -0400 |
commit | b4046c3cf7e7f8aaa7803d0fbdad89ba9b09b6a1 (patch) | |
tree | 9ce864fbecf565419c7a9ebcd4249d0f723a1154 | |
parent | 3b006f1563a48fc879d21237aac8a52b177bfccf (diff) | |
download | astroconda-iraf-b4046c3cf7e7f8aaa7803d0fbdad89ba9b09b6a1.tar.gz |
Use renamed astroconda-iraf-helpers.
-rw-r--r-- | iraf-help/meta.yaml | 2 | ||||
-rw-r--r-- | iraf.fitsutil/meta.yaml | 4 | ||||
-rw-r--r-- | iraf.gemini/meta.yaml | 4 | ||||
-rw-r--r-- | iraf.stecf/meta.yaml | 4 | ||||
-rw-r--r-- | iraf.stsdas/meta.yaml | 4 | ||||
-rw-r--r-- | iraf.tables/meta.yaml | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml index 382284a..b6fad01 100644 --- a/iraf-help/meta.yaml +++ b/iraf-help/meta.yaml @@ -10,7 +10,7 @@ package: version: "2.16.UR" requirements: build: - - astroconda-build-utils # depends on PyRAF, hence why separate + - astroconda-iraf-helpers # depends on PyRAF, hence why separate - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR 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 diff --git a/iraf.gemini/meta.yaml b/iraf.gemini/meta.yaml index d12ec38..9ae937d 100644 --- a/iraf.gemini/meta.yaml +++ b/iraf.gemini/meta.yaml @@ -6,7 +6,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 @@ -21,7 +21,7 @@ source: - ac.iraf.gemini.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR - iraf.tables - iraf.stsdas 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 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: diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 283f6e2..5a5a36b 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/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 run: - iraf !=2.16.1,>=2.16.UR |