Skip to content

Commit

Permalink
extra/fftw to 3.3.10-4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Mar 18, 2023
1 parent b09b222 commit 3111ef9
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions extra/fftw/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,38 @@

pkgname=fftw
pkgver=3.3.10
pkgrel=3
pkgrel=4
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=(x86_64)
url="http://www.fftw.org/"
license=(GPL2)
depends=(bash gcc-libs glibc openmpi)
makedepends=(cmake gcc-fortran)
provides=(libfftw3q_threads.so libfftw3q_omp.so libfftw3q.so
libfftw3l_threads.so libfftw3l_omp.so libfftw3l_mpi.so libfftw3l.so
libfftw3f_threads.so libfftw3f_omp.so libfftw3f_mpi.so libfftw3f.so
libfftw3_threads.so libfftw3_omp.so libfftw3_mpi.so libfftw3.so)
options=(debug)
depends=(
bash
gcc-libs
glibc
openmpi
)
makedepends=(
cmake
gcc-fortran
)
provides=(
libfftw3q_threads.so
libfftw3q_omp.so
libfftw3q.so
libfftw3l_threads.so
libfftw3l_omp.so
libfftw3l_mpi.so
libfftw3l.so
libfftw3f_threads.so
libfftw3f_omp.so
libfftw3f_mpi.so
libfftw3f.so
libfftw3_threads.so
libfftw3_omp.so
libfftw3_mpi.so
libfftw3.so
)
source=(http://www.fftw.org/$pkgname-$pkgver.tar.gz)
sha512sums=('2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40')
b2sums=('3663872bd95a01d2c79af185f53918e1d1a9c91c620082402772c07f25b9b77d4920a78dc686fac6b51aa961b8d62b7e2cef3f3031e096bed40ced80b59b29d5')
Expand Down

0 comments on commit 3111ef9

Please sign in to comment.