mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +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
29 lines
737 B
Plaintext
29 lines
737 B
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ELPA'
|
|
version = '2017.05.002'
|
|
|
|
homepage = 'http://elpa.rzg.mpg.de'
|
|
description = """Eigenvalue SoLvers for Petaflop-Applications ."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017a'}
|
|
toolchainopts = {'optarch': True, 'usempi': True}
|
|
|
|
source_urls = ['https://www.cp2k.org/static/downloads']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
#patches = ['ELPA_fix-tests.patch']
|
|
|
|
configopts = '--enable-openmp=no --enable-shared=yes --enable-static=yes --disable-option-checking --enable-avx2=yes --enable-avx512=no FCFLAGS="${FCFLAGS} -ffree-line-length-none" '
|
|
#start_dir = '%(name)s_%(version)s'
|
|
|
|
builddependencies = [
|
|
('Automake', '1.15', '', True),
|
|
]
|
|
|
|
#parallel = 1
|
|
|
|
moduleclass = 'math'
|