blob: 8aa775b927f4a29a6a9fd1fdac777041169626e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-mkl-fft
pkgdesc = NumPy-based Python interface to Intel (R) MKL FFT functionality
pkgver = 1.3.13
pkgrel = 1
url = https://github.com/IntelPython/mkl_fft
arch = x86_64
license = custom
makedepends = cython
makedepends = git
makedepends = python-setuptools
depends = intel-mkl
depends = python-numpy
source = git+https://github.com/IntelPython/mkl_fft#tag=v1.3.13
md5sums = f1e3440d190c1c0320207c296f75427a
pkgname = python-mkl-fft
|