File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ environment:
16
16
PYTHON_VERSION : " 2.7"
17
17
PYTHON_ARCH : " 64"
18
18
19
- # - PYTHON: "C:\\Python34"
20
- # PYTHON_VERSION: "3.4"
21
- # PYTHON_ARCH: "32"
22
- #
23
- # - PYTHON: "C:\\Python34-x64"
24
- # PYTHON_VERSION: "3.4"
25
- # PYTHON_ARCH: "64"
26
- #
27
- # - PYTHON: "C:\\Python35"
28
- # PYTHON_VERSION: "3.5"
29
- # PYTHON_ARCH: "32"
30
- #
31
- # - PYTHON: "C:\\Python35-x64"
32
- # PYTHON_VERSION: "3.5"
33
- # PYTHON_ARCH: "64"
19
+ - PYTHON : " C:\\ Python34"
20
+ PYTHON_VERSION : " 3.4"
21
+ PYTHON_ARCH : " 32"
22
+
23
+ - PYTHON : " C:\\ Python34-x64"
24
+ PYTHON_VERSION : " 3.4"
25
+ PYTHON_ARCH : " 64"
26
+
27
+ - PYTHON : " C:\\ Python35"
28
+ PYTHON_VERSION : " 3.5"
29
+ PYTHON_ARCH : " 32"
30
+
31
+ - PYTHON : " C:\\ Python35-x64"
32
+ PYTHON_VERSION : " 3.5"
33
+ PYTHON_ARCH : " 64"
34
34
35
35
install :
36
36
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ def blosc_extension():
61
61
elif os .name == 'nt' :
62
62
define_macros += [('__AVX2__' , 1 )]
63
63
64
+ # workaround lack of support for "inline" in MSVC when building for Python
65
+ # 2.7 64-bit
64
66
if os .name == 'nt' :
65
67
extra_compile_args .append ('-Dinline=__inline' )
66
68
You can’t perform that action at this time.
0 commit comments