-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathmeta.yaml
More file actions
63 lines (57 loc) · 1.51 KB
/
meta.yaml
File metadata and controls
63 lines (57 loc) · 1.51 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
58
59
60
61
62
63
package:
name: mkl-service
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ..
build:
number: {{ GIT_DESCRIBE_NUMBER }}
script_env:
- WHEELS_OUTPUT_FOLDER
ignore_run_exports:
- blas
- mkl-service
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
host:
- meson-python >=0.13.0
- meson
- cmake
- ninja
- python
- python-gil # [py>=314]
- pip >=25.0
- mkl-devel
- cython
- wheel >=0.45.1
run:
- python
- python-gil # [py>=314]
- {{ pin_compatible('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
summary: Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings
description: |
<strong>LEGAL NOTICE: Use of this software package is subject to the
software license agreement (as set forth above, in the license section of
the installed Conda package and/or the README file) and all notices,
disclaimers or license terms for third party or open source software
included in or with the software.</strong>
<br/><br/>
EULA: <a href="https://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD-3-Clause</a>
<br/><br/>
extra:
recipe-maintainers:
- ndgrigorian
- antonwolfy
- xaleryb