Skip to content
Snippets Groups Projects
Commit 88056380 authored by Ruth Partzsch's avatar Ruth Partzsch
Browse files

ELPA foss, other tollchains will follow

parent 600fb766
No related branches found
No related tags found
No related merge requests found
name = 'ELPA'
version = '2022.11.001.rc1'
homepage = 'https://elpa.rzg.mpg.de'
description = """Eigenvalue SoLvers for Petaflop-Applications."""
toolchain = {'name': 'foss', 'version': '2022a'}
toolchainopts = {'openmp': True, 'usempi': True}
source_urls = ['https://gitlab.mpcdf.mpg.de/elpa/elpa/-/archive/new_release_%(version)s/']
sources = ['elpa-new_release_%(version)s.tar.gz']
patches = ['%(name)s-%(version)s_fix_hardcoded_perl_path.patch']
builddependencies = [
('Autotools', '20220317'),
('Python', '3.10.4'),
('Perl', '5.34.1'),
]
preconfigopts = './autogen.sh && '
preconfigopts += 'export LDFLAGS="-lm $LDFLAGS" && '
preconfigopts += 'autoreconf && '
configopts = '--without-threading-support-check-during-build '
with_single = False
maxparallel = 1
modextravars = {
'ELPA_ROOT': '%(installdir)s',
'ELPAROOT': '%(installdir)s',
'ELPA_INCLUDE': '%(installdir)s/include/elpa-%(version)s/',
'ELPA_INCLUDE_OPENMP': '%(installdir)s/include/elpa_openmp-%(version)s/',
'ELPA_LIB': '%(installdir)s/lib',
'ELPA_LIB_OPENMP': '%(installdir)s/lib',
'ELPA_MODULES': '%(installdir)s/include/elpa-%(version)s/modules',
'ELPA_MODULES_OPENMP': '%(installdir)s/include/elpa_openmp-%(version)s/modules',
}
moduleclass = 'math'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment