From 47d28b63182e2f89dc4759b72e7e003484c85dc5 Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Tue, 28 Mar 2023 21:34:56 +0200 Subject: [PATCH] new file: f/FFTW.MPI/FFTW.MPI-3.3.10-iimpi-2022a.eb --- f/FFTW.MPI/FFTW.MPI-3.3.10-iimpi-2022a.eb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 f/FFTW.MPI/FFTW.MPI-3.3.10-iimpi-2022a.eb diff --git a/f/FFTW.MPI/FFTW.MPI-3.3.10-iimpi-2022a.eb b/f/FFTW.MPI/FFTW.MPI-3.3.10-iimpi-2022a.eb new file mode 100644 index 00000000..88b3bf17 --- /dev/null +++ b/f/FFTW.MPI/FFTW.MPI-3.3.10-iimpi-2022a.eb @@ -0,0 +1,22 @@ +# IT4Innovations 2023 +# JK + +name = 'FFTW.MPI' +version = '3.3.10' + +homepage = 'https://www.fftw.org' +description = """FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) +in one or more dimensions, of arbitrary input size, and of both real and complex data.""" + +toolchain = {'name': 'iimpi', 'version': '2022a'} +toolchainopts = {'pic': True} + +source_urls = [homepage] +sources = ['fftw-%(version)s.tar.gz'] +checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467'] + +dependencies = [('FFTW', '3.3.10')] + +runtest = 'check' + +moduleclass = 'numlib'