diff options
Diffstat (limited to 'iraf/meta.yaml')
-rw-r--r-- | iraf/meta.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 495b647..1719e86 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -1,13 +1,15 @@ about: home: http://iraf.noao.edu - license: MIT + license: MIT (and third-party licenses) summary: NOAO Image Reduction and Analysis Facility build: - #binary_relocation: False [osx] + binary_relocation: False #detect_binary_files_with_prefix: False [osx] number: '0' package: name: iraf - version: 2.16.1 + version: 2.16_UR source: - git_url: /eng/ssb/jhunk/git-repos/iraf.git + # svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/jhunk-patches + # svn_rev: 4156 + svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/conda_patches |