mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 20:50:49 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
28 lines
790 B
Plaintext
28 lines
790 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PFFT'
|
|
version = '1.0.8-alpha'
|
|
|
|
homepage = 'https://www-user.tu-chemnitz.de/~mpip/software.php?lang=en'
|
|
description = """PFFT is a software library for local_computing massively parallel, fast Fourier
|
|
transformations on distributed memory architectures. PFFT can be understood as a generalization
|
|
of FFTW-MPI to multidimensional data delocal_composition."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.tu-chemnitz.de/~potts/workgroup/pippig/software/']
|
|
|
|
dependencies = [
|
|
('FFTW', '3.3.6'),
|
|
('Autotools', '20150215'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libpfft.%s' % SHLIB_EXT, 'lib/libpfft.a'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|