blob: 230565b363d773ebd33df978b145c05d6c768812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = android-aarch64-fftw
pkgdesc = A library for computing the discrete Fourier transform (DFT) (Android aarch64)
pkgver = 3.3.10
pkgrel = 1
url = http://www.fftw.org/
arch = any
license = GPL-2.0-or-later
makedepends = android-cmake
makedepends = android-aarch64-openmpi
options = !strip
options = !buildflags
options = staticlibs
options = !emptydirs
source = http://www.fftw.org/fftw-3.3.10.tar.gz
md5sums = 8ccbf6a5ea78a16dbc3e1306e234cc5c
pkgname = android-aarch64-fftw
depends = android-ndk
optdepends = android-aarch64-fftw-openmpi: for OpenMPI integration
pkgname = android-aarch64-fftw-openmpi
pkgdesc = A library for computing the discrete Fourier transform (DFT) (Android aarch64) - OpenMPI libraries (Android aarch64)
depends = android-aarch64-fftw
depends = android-aarch64-openmpi
|