blob: 81434f3a576b6edb36d6a466b9a7d1b40ce2b468 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
about:
home: http://iraf.noao.edu
license: MIT (and third-party licenses)
summary: NOAO Image Reduction and Analysis Facility
build:
binary_relocation: False # [osx]
detect_binary_files_with_prefix: False
# (if binary relocation is problematic, add "ignore_prefix_files" below)
rpaths:
- lib32/
number: '0'
package:
name: iraf
version: "2.16.UR.1"
requirements:
build:
- iraf-os-libs # [linux]
run:
- iraf-os-libs # [linux]
source:
# You must upload your ssh key to github to check out this private repo:
#git_url: git@github.com:spacetelescope/iraf.git
git_url: https://github.com/spacetelescope/iraf.git
git_tag: 2.16.UR.1
|