diff --git a/Golden_Repo/f/FFTW.MPI/FFTW.MPI-3.3.10-gpsmpi-2022a.eb b/Golden_Repo/f/FFTW.MPI/FFTW.MPI-3.3.10-gpsmpi-2022a.eb new file mode 100644 index 0000000000000000000000000000000000000000..fe7b4a010172ade5d9bdb5158da9f3cd9a8e82d7 --- /dev/null +++ b/Golden_Repo/f/FFTW.MPI/FFTW.MPI-3.3.10-gpsmpi-2022a.eb @@ -0,0 +1,25 @@ +name = 'FFTW.MPI' + +version = '3.3.10' + +homepage = 'http://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': 'gpsmpi', 'version': '2022a'} + +toolchainopts = {'pic': True} + +source_urls = [homepage] + +sources = ['fftw-%(version)s.tar.gz'] + +checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467'] + +dependencies = [('FFTW', '3.3.10')] + +moduleclass = 'numlib'