mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
23 lines
685 B
Bash
23 lines
685 B
Bash
# Template file for 'python3-pyFFTW'
|
|
pkgname=python3-pyFFTW
|
|
version=0.15.0
|
|
revision=1
|
|
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=e73f30803272f7fda0952a2e6368358ed15b985ae2e9fe2d63937790b56b5607
|
|
|
|
pre_check() {
|
|
cp build/lib*/pyfftw/pyfftw.*.so pyfftw
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|