Skip to content

Commit

Permalink
Merge pull request #20645 from SebastianAchilles/20240526083517_new_p…
Browse files Browse the repository at this point in the history
…r_FFTW3310

{numlib,toolchain}[GCC/13.3.0,system/system] FFTW v3.3.10, gfbf v2024.05
  • Loading branch information
branfosj authored May 27, 2024
2 parents 77f500c + 0e3c59a commit b67a97c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
17 changes: 17 additions & 0 deletions easybuild/easyconfigs/f/FFTW/FFTW-3.3.10-GCC-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = 'FFTW'
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': 'GCC', 'version': '13.3.0'}
toolchainopts = {'pic': True}

source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467']

runtest = 'check'

moduleclass = 'numlib'
20 changes: 20 additions & 0 deletions easybuild/easyconfigs/g/gfbf/gfbf-2024.05.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
easyblock = 'Toolchain'

name = 'gfbf'
version = '2024.05'

homepage = '(none)'
description = """GNU Compiler Collection (GCC) based compiler toolchain, including
FlexiBLAS (BLAS and LAPACK support) and (serial) FFTW."""

toolchain = SYSTEM

local_gccver = '13.3.0'

dependencies = [
('GCC', local_gccver),
('FlexiBLAS', '3.4.4', '', ('GCC', local_gccver)),
('FFTW', '3.3.10', '', ('GCC', local_gccver)),
]

moduleclass = 'toolchain'

0 comments on commit b67a97c

Please sign in to comment.