blob: ff9a64de282dd562fcedca868eb4ce12c9a1bb17 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
about:
home: http://iraf.noao.edu
license: various (see individual packages)
summary: IRAF, X11IRAF & all the AstroConda external IRAF packages
build:
number: '1'
package:
name: iraf-all
version: "1.0"
requirements:
# Including everything as a build dependency allows using the meta-package
# to rebuild everything, as well as for user installation (but see
# conda-build issue #849 regarding its failure to handle nested dependency
# builds correctly -- the packages are listed in their build order here,
# in the hope of circumventing that problem).
build:
- iraf !=2.16.1,>=2.16.UR
- iraf-x11 >=2.0
- iraf.fitsutil
- iraf.tables
- iraf.stsdas
- iraf.gemini
- iraf.stecf
# - iraf.axe # hack: this must be built on CentOS >5; do separately
- iraf.cirred
- iraf.ctio
- iraf.cutoutpkg
- iraf.finder
- iraf.gmisc
- iraf.guiapps
- iraf.mscdb
- iraf.mscred
- iraf.rvsao
- iraf.xdimsum
- iraf.xray
- iraf.adccdrom
- iraf.cfh12k
- iraf.deitab
- iraf.esowfi
- iraf.mem0
- iraf.mtools
- iraf.nfextern
# - iraf.optic # seems to have broken task defs.
# - iraf.song # missing run-time dependency rvx
- iraf.sqiid
- iraf.ucsclris
- iraf.upsqiid
# For public use, these need to be floating version numbers, to allow
# updating constituent packages easily:
run:
- iraf !=2.16.1,>=2.16.UR
- iraf-x11 >=2.0
- iraf.fitsutil
- iraf.tables
- iraf.stsdas
- iraf.gemini
- iraf.stecf
- iraf.axe
- iraf.cirred
- iraf.ctio
- iraf.cutoutpkg
- iraf.finder
- iraf.gmisc
- iraf.guiapps
- iraf.mscdb
- iraf.mscred
- iraf.rvsao
- iraf.xdimsum
- iraf.xray
- iraf.adccdrom
- iraf.cfh12k
- iraf.deitab
- iraf.esowfi
- iraf.mem0
- iraf.mtools
- iraf.nfextern
# - iraf.optic # seems to have broken task defs.
# - iraf.song # missing run-time dependency rvx
- iraf.sqiid
- iraf.ucsclris
- iraf.upsqiid
|