-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathconda_build_config-win-32.yaml
executable file
·223 lines (223 loc) · 4.17 KB
/
conda_build_config-win-32.yaml
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
pin_run_as_build:
libboost:
max_pin: x.x.x
noarch_python:
- python
apr:
- 1.6.3
blas_impl:
- mkl # [x86 or x86_64]
- openblas # [not win]
boost: # [unix]
- 1.73 # [unix]
boost_cpp: # [unix]
- 1.73 # [unix]
bzip2:
- 1.0
cairo:
- 1.14
c_compiler:
- clang # [osx]
- vs2017 # [win]
- vs2017 # [win]
- vs2017 # [win]
cxx_compiler:
- clangxx # [osx]
- vs2017 # [win]
- vs2017 # [win]
- vs2017 # [win]
fortran_compiler:
- intel-fortran # [win]
fortran_compiler_version:
- 2019.0.0 # [win]
- 2019.0.0 # [win]
- 2019.0.0 # [win]
# matrix on linux, because the ABI breaks at GCC 8
- 7.3.0 # [linux]
- 8.2.0 # [linux]
m2w64_c_compiler: # [win]
- m2w64-toolchain # [win]
m2w64_cxx_compiler: # [win]
- m2w64-toolchain # [win]
m2w64_fortran_compiler: # [win]
- m2w64-toolchain # [win]
rust_compiler:
- rust
- rust-gnu # [win]
rust_compiler_version:
- 1.46.0
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.10.sdk # [osx]
VERBOSE_AT:
- V=1
VERBOSE_CM:
- VERBOSE=1
# We use MRAN here because they take snapshots which improves reproducibility.
cran_mirror:
- https://mran.microsoft.com/snapshot/2018-01-01
c_compiler_version: # [linux or osx]
- 7.3.0 # [linux]
- 10 # [osx]
cxx_compiler_version: # [linux or osx]
- 7.3.0 # [linux]
- 10 # [osx]
fortran_compiler_version: # [linux]
- 7.3.0 # [linux]
clang_variant:
- clang
cyrus_sasl:
- 2.1.26
dbus:
- 1
expat:
- 2.2
fontconfig:
- 2.13
freetype:
- 2.10
g2clib:
- 1.6
gstreamer:
- 1.14
gst_plugins_base:
- 1.14
geos:
- 3.8.0 # [win]
- 3.8.0 # [win]
- 3.8.0
giflib:
- 5.1
glib:
- 2
gmp:
- 6.1
# glibc used in ctng compiler builds
gnu:
- 2.12.2
harfbuzz:
- 2.4
hdf4:
- 4.2
hdf5:
- 1.10.6
hdfeos2:
- 2.20
hdfeos5:
- 5.1
icu:
- 58
jpeg:
- 9
libdap4:
- 3.19
libffi:
- 3.3
libgd:
- 2.2.5
libgdal:
- 3.0
libgsasl:
- 1.8
libkml:
- 1.3
libnetcdf:
- 4.6
libpng:
- 1.6
libtiff:
- 4.1
libwebp:
- 1.0.0
libxml2:
- 2.9
libxslt:
- 1.1
llvm_variant:
- llvm
lzo:
- 2
macos_min_version:
- 10.9
macos_machine:
- x86_64-apple-darwin13.4.0
MACOSX_DEPLOYMENT_TARGET:
- 10.9
mkl:
- 2019
mpfr:
- 4
nodejs:
- 8.12 # [win]
- 8.12 # [win]
- 8.12
# we build for an old version of numpy for forward compatibility
numpy:
- 1.11
openblas:
- 0.3.3
openjpeg:
- 2.3
openssl:
- 1.1.1
# vs2008 precludes us from newer qt, and we haven't been able to build newer qt with openssl 1.1.1 yet
- 1.0.2 # [win and py27]
perl:
- 5.26
pixman:
- 0.34
proj4:
- 5.2.0
proj:
- 6.2.1
libprotobuf:
- 3.11.2
python:
- 3.6
- 3.7
- 3.8
python_implementation:
- cpython
python_impl:
- cpython
r_version:
- 3.5.0
r_implementation:
- 'r-base'
- 'mro-base' # [not osx]
readline:
- 8.0
serf:
- 1.3.9
sqlite:
- 3
# This differs from target_platform in that it determines what subdir the compiler
# will target, not what subdir the compiler package will be itself.
# For example, we need a win-64 vs2008_win-32 package, so that we compile win-32
# code on win-64 miniconda.
cross_compiler_target_platform:
- win-32 # [win]
target_platform:
- win-32 # [win]
tk:
- 8.6 # [not ppc64le]
vc:
- 14 # [win]
- 14 # [win]
- 14 # [win]
zlib:
- 1.2
xz:
- 5
qtwebkit:
- true
channel_targets:
- defaults
zip_keys:
- # [win]
- vc # [win]
- c_compiler # [win]
- cxx_compiler # [win]
- fortran_compiler_version # [win]
- python # [win]
- nodejs # [win]
- geos # [win]