aboutsummaryrefslogtreecommitdiff
path: root/stsci-hst/stsci-hst.ini
blob: f2a51831c661145c1ce9f92231df47ca4c4c520f (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[package]
name : stsci-hst
version : 1.0

[about]
home : http://www.stsci.edu
license : BSD
summary : ${package:name} meta-package

[source]
#fn : ${package:name}-${package:version}.tar.gz
#url : ${about:home}/${fn}

[build]
number : 0

[requirements]
build : 
    ${requirements:run}
run : 
    # Extra
    purge_path [py34]
    purge_path [py27]
    # HST
    acstools [py34]
    acstools [py27]
    astrolib.coords [py34]
    astrolib.coords [py27]
    # pyfits MUST come before astropy... dependency nightmare
    pyfits [py34]
    pyfits [py27]
    # astropy MUST come after pyfits... see also pyfits
    astropy [py34]
    astropy [py27]
    calcos [py34]
    calcos [py27]
    costools [py34]
    costools [py27]
    d2to1 [py34]
    d2to1 [py27]
    fitsblender [py34]
    fitsblender [py27]
    hstcal [py34]
    hstcal [py27]
    nictools [py34]
    nictools [py27]
    pysynphot [py34]
    pysynphot [py27]
    pywcs [py34]
    pywcs [py27]
    reftools [py34]
    reftools [py27]
    stistools [py34]
    stistools [py27]
    stsci.convolve [py34]
    stsci.convolve [py27]
    stsci.distutils [py34]
    stsci.distutils [py27]
    stsci.image [py34]
    stsci.image [py27]
    stsci.imagemanip [py34]
    stsci.imagemanip [py27]
    stsci.imagestats [py34]
    stsci.imagestats [py27]
    stsci.ndimage [py34]
    stsci.ndimage [py27]
    stsci.sphinxext [py34]
    stsci.sphinxext [py27]
    stsci.stimage [py34]
    stsci.stimage [py27]
    stsci.skypac [py34]
    stsci.skypac [py27]
    stsci.tools [py34]
    stsci.tools [py27]
    stwcs [py34]
    stwcs [py27]
    wfpc2tools [py34]
    wfpc2tools [py27]
    wfc3tools [py34]
    wfc3tools [py27]
    
    #Standard
    anaconda [py34]
    anaconda [py27]
    numpy [py34]
    numpy [py27]
    python [py34]
    python [py27]

[test]
imports : 
	
commands : 
	

[cbc_build]
linux : 
    echo "meta-package"

windows : 
    echo "meta-package"