Skip to content

Commit 95d9e0e

Browse files
fixed typos, removed six from host environment, and added license_family to about section of meta.yaml
1 parent fb1c25f commit 95d9e0e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

conda-recipe/bld.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23

34
%PYTHON% setup.py build --force install --old-and-unmanageable
45
if errorlevel 1 exit 1

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ requirements:
2020
- mkl-devel
2121
- cython
2222
- numpy 1.11.*
23-
- six
2423
run:
2524
- python
2625
- mkl
@@ -37,8 +36,9 @@ test:
3736

3837
about:
3938
home: http://github.com/IntelPython/mkl-service
40-
license: BSD 3-Clause
39+
license: BSD-3-Clause
4140
license_file: LICENSE.txt
41+
license_family: BSD
4242
description:
4343
Intel(R) Math Kernel Library (Intel(R) MKL) support functions are
4444
subdivided into the following groups according to their purpose, such as

0 commit comments

Comments
 (0)