diff options
Diffstat (limited to 'iraf.stsdas/meta.yaml')
-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 |