From 2fc240fa751857defda810662fa1acc062af2c1c Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 8 Feb 2018 12:34:36 -0300 Subject: 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. --- iraf.stsdas/meta.yaml | 5 +++-- 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: -- cgit