diff options
author | James Turner <jturner@gemini.edu> | 2018-02-08 10:34:36 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2018-02-08 10:34:36 -0500 |
commit | 2fc240fa751857defda810662fa1acc062af2c1c (patch) | |
tree | 97e20b017e2b0cb4846e29d23d27e6572e39f15c | |
parent | 915f13561e48f25348ad6ee27ef388a19b3a30ca (diff) | |
download | astroconda-iraf-2fc240fa751857defda810662fa1acc062af2c1c.tar.gz |
Update STSDAS/TABLES to 3.18.2 following @sosey's slitless/aXe updates.
Add option to help ensure IRAF binaries are not being altered by conda.
-rw-r--r-- | iraf.stsdas/meta.yaml | 5 | ||||
-rw-r--r-- | iraf.tables/meta.yaml | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index 87301e0..365883c 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -4,6 +4,7 @@ about: summary: STScI STSDAS package for IRAF build: binary_relocation: False + detect_binary_files_with_prefix: False number: '0' # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: @@ -12,11 +13,11 @@ build: - bin/ac_update_extern_pkg package: name: iraf.stsdas - version: "3.18.1" + version: "3.18.2" source: # 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.1 + git_tag: 3.18.2 patches: - ac.iraf.stsci.patch requirements: diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 6242acb..0fd4bcc 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -4,6 +4,7 @@ about: summary: STScI TABLES package for IRAF build: binary_relocation: False + detect_binary_files_with_prefix: False number: '0' # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: @@ -12,11 +13,11 @@ build: - bin/ac_update_extern_pkg package: name: iraf.tables - version: "3.18.1" + version: "3.18.2" source: # 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.1 + git_tag: 3.18.2 patches: - ac.iraf.stsci.patch requirements: |