-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathmeta.yaml
More file actions
57 lines (50 loc) · 1.14 KB
/
meta.yaml
File metadata and controls
57 lines (50 loc) · 1.14 KB
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
{% set version = "2.4.2" %}
{% set buildnumber = 0 %}
package:
name: mkl-service
version: {{ version }}
source:
path: ..
build:
number: {{ buildnumber }}
ignore_run_exports:
- blas
- mkl-service
requirements:
build:
- {{ compiler('c') }}
host:
- python
- setuptools >=77
- mkl-devel
- cython
run:
- python
- mkl
test:
requires:
- pytest
imports:
- mkl
commands:
- pytest -vv --pyargs mkl
about:
home: http://github.com/IntelPython/mkl-service
license: BSD-3-Clause
license_file: LICENSE.txt
license_family: BSD
description:
Intel(R) OneAPI Math Kernel Library (OneMKL) support functions are
subdivided into the following groups according to their purpose, such as
Version Information
Threading Control
Timing
Memory Management
Conditional Numerical Reproducibility Control
Miscellaneous
summary: Python hooks for Intel(R) OneMKL runtime control settings.
extra:
recipe-maintainers:
- ekomarova
- vtavana
- xaleryb