From f7ab719663a93a4f06c1f055d2f618c38816c1fb Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 15 Feb 2018 12:57:57 -0300 Subject: Update STSDAS/TABLES to 3.18.3 & aXe to 2.6.2 for sosey's last slitless fix. --- iraf.axe/meta.yaml | 4 ++-- iraf.stsdas/meta.yaml | 4 ++-- iraf.tables/meta.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/iraf.axe/meta.yaml b/iraf.axe/meta.yaml index 74e453d..e5912c0 100644 --- a/iraf.axe/meta.yaml +++ b/iraf.axe/meta.yaml @@ -10,7 +10,7 @@ build: number: '0' package: name: iraf.axe - version: "2.6.1" + version: "2.6.2" source: # The aXe 2.6 release is built from the 2.5 source, but with its version # updated to go with some changes to associated Python files in STSDAS. @@ -29,7 +29,7 @@ requirements: - wcstools >=3.8.4 run: - iraf !=2.16.1,>=2.16.UR - - iraf.stsdas >=3.18.2 # need v3.18.2 of python files in "slitless" + - iraf.stsdas >=3.18.3 # need this ver. of python files in "slitless" - cfitsio >=3.35 - wcstools >=3.8.4 diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index 365883c..f0fa778 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -13,11 +13,11 @@ build: - bin/ac_update_extern_pkg package: name: iraf.stsdas - version: "3.18.2" + version: "3.18.3" 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.2 + git_tag: 3.18.3 patches: - ac.iraf.stsci.patch requirements: diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 0fd4bcc..30e675c 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -13,11 +13,11 @@ build: - bin/ac_update_extern_pkg package: name: iraf.tables - version: "3.18.2" + version: "3.18.3" 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.2 + git_tag: 3.18.3 patches: - ac.iraf.stsci.patch requirements: -- cgit