diff options
author | James Turner <jturner@gemini.edu> | 2017-12-15 15:36:24 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2017-12-15 15:36:24 -0500 |
commit | b169c130cb653ece2d3cec477f168dbef946e356 (patch) | |
tree | 92aab48cac0f5a1cc4394af8dbec0413dbd40ac1 | |
parent | 5481223b9d3eb8c3ac1a6a22f00bf755e12bb558 (diff) | |
download | astroconda-iraf-b169c130cb653ece2d3cec477f168dbef946e356.tar.gz |
Update STSDAS & TABLES to 3.18, using new github repo.
-rw-r--r-- | iraf.stsdas/meta.yaml | 9 | ||||
-rw-r--r-- | iraf.tables/meta.yaml | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index 7588b20..e5479e6 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -4,7 +4,7 @@ about: summary: STScI STSDAS package for IRAF build: binary_relocation: False - number: '1' + number: '0' # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: @@ -12,10 +12,11 @@ build: - bin/ac_update_extern_pkg package: name: iraf.stsdas - version: "3.17" + version: "3.18" 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 + # You must upload your ssh key to github to check out this private repo: + git_url: git@github.com:spacetelescope/stsdas.git + git_tag: 3.18 patches: - ac.iraf.stsci.patch requirements: diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 61d2bb3..8ab0116 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -4,7 +4,7 @@ about: summary: STScI TABLES package for IRAF build: binary_relocation: False - number: '1' + number: '0' # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: @@ -12,10 +12,11 @@ build: - bin/ac_update_extern_pkg package: name: iraf.tables - version: "3.17" + version: "3.18" 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 + # You must upload your ssh key to github to check out this private repo: + git_url: git@github.com:spacetelescope/stsdas.git + git_tag: 3.18 patches: - ac.iraf.stsci.patch requirements: |