blob: 068f7909fe65c155bf3abb74af24944368bc4ae3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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: '1'
package:
name: iraf
version: "2.16.UR"
requirements:
build:
- iraf-os-libs # [linux]
run:
- iraf-os-libs # [linux]
source:
svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/trunk
|