-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmeta.yaml
More file actions
59 lines (54 loc) · 1.52 KB
/
meta.yaml
File metadata and controls
59 lines (54 loc) · 1.52 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
package:
name: mkl_fft
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../
build:
number: {{ GIT_DESCRIBE_NUMBER }}
script_env:
- WHEELS_OUTPUT_FOLDER
ignore_run_exports:
- blas
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
host:
- python
- pip
- setuptools >=77
- mkl-devel
- cython
- numpy-base
- wheel >=0.41.3
run:
- python
- mkl-service
- {{ pin_compatible('numpy-base') }}
test:
commands:
- pytest -v --pyargs mkl_fft
requires:
- pytest
- scipy >=1.10
- dask
imports:
- mkl_fft
- mkl_fft.interfaces
- mkl_fft.interfaces.numpy_fft
- mkl_fft.interfaces.scipy_fft
- mkl_fft.interfaces.dask_fft
about:
home: http://github.com/IntelPython/mkl_fft
license: BSD-3-Clause
license_file: LICENSE.txt
summary: NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (oneMKL)
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/>