From 2df08922e281c00a78b76875c6b6005f5a44ccfd Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 28 Sep 2016 21:44:32 -0300 Subject: Obtain IRAF package source tarballs from a locally-served URL that can be the same across sites. --- iraf.tables/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index cf775af..abbe74f 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -15,8 +15,7 @@ package: version: 3.17 source: fn: stsci_iraf-3.17-local.tar.gz # quirky requirement in addition to url - # Need to figure out a site-agnostic way to specify this (conda-build #567): - url: file:///rtfperm/ur_packages/stsci_iraf-3.17-local.tar.gz + url: https://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz patches: - ac.iraf.stsci.patch requirements: -- cgit