24 lines
685 B
Bash
24 lines
685 B
Bash
# Template file for 'python3-pyFFTW'
|
|
pkgname=python3-pyFFTW
|
|
version=0.14.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
|
makedepends="fftw-devel python3-devel"
|
|
depends="python3-numpy"
|
|
checkdepends="python3-pytest-xdist python3-scipy $depends"
|
|
short_desc="Pythonic wrapper around FFTW"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/pyFFTW/pyFFTW"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=337e7cba161a78f0cdfc7903cb483d7ddc519e648c1b2e27ff9737f1e7d35854
|
|
|
|
pre_check() {
|
|
cp build/lib*/pyfftw/pyfftw.*.so pyfftw
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|