blob: f105f28cd77399a1ea68ce806999c3d179c093fb (
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
|
about:
home: http://iraf.noao.edu
license: MIT
summary: X11 support for IRAF
build:
#binary_relocation: False # [osx]
#detect_binary_files_with_prefix: False # [osx]
rpaths:
- lib32/
number: '1'
package:
name: iraf-x11
version: "2.0"
requirements:
build:
- iraf-os-libs # [linux]
- iraf !=2.16.1,>=2.16.UR
run:
- iraf-os-libs # [linux]
- iraf !=2.16.1,>=2.16.UR
source:
svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/x11iraf/trunk/
|