diff options
author | James Turner <jturner@gemini.edu> | 2019-04-01 12:29:41 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2019-04-01 12:29:41 -0400 |
commit | a006127c317f435bd902b44c5b7bc0782379e1a6 (patch) | |
tree | f3191234e3593b0e3571e094e9b43a6c322ecb99 /iraf.stsdas | |
parent | 4f62012a3994e610e62745b15875fc57c449a2a4 (diff) | |
download | astroconda-iraf-a006127c317f435bd902b44c5b7bc0782379e1a6.tar.gz |
Increment IRAF pkg build numbers for astroconda-iraf-helpers 0.2.0 install fixes for Python 3.7 & Ubuntu.
Diffstat (limited to 'iraf.stsdas')
-rw-r--r-- | iraf.stsdas/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index f0fa778..cf5bf84 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False detect_binary_files_with_prefix: False - number: '0' + number: '1' # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: @@ -17,6 +17,7 @@ package: source: # You must upload your ssh key to github to check out this private repo: git_url: git@github.com:spacetelescope/stsdas.git + # path: ../../checkouts/stsdas git_tag: 3.18.3 patches: - ac.iraf.stsci.patch |