File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- @ rem Remember to activate Intel Compiler, or remoe these two lines to ise Microsoft Visual Studio compiler
1
+
2
+ @ rem Remember to activate compiler, if needed
2
3
3
4
%PYTHON% setup.py build --force install --old-and-unmanageable
4
5
if errorlevel 1 exit 1
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ requirements:
20
20
- mkl-devel
21
21
- cython
22
22
- numpy 1.11.*
23
- - six
24
23
run :
25
24
- python
26
25
- mkl
37
36
38
37
about :
39
38
home : http://github.com/IntelPython/mkl-service
40
- license : BSD 3-Clause
39
+ license : BSD- 3-Clause
41
40
license_file : LICENSE.txt
41
+ license_family : BSD
42
42
description :
43
43
Intel(R) Math Kernel Library (Intel(R) MKL) support functions are
44
44
subdivided into the following groups according to their purpose, such as
You can’t perform that action at this time.
0 commit comments