mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00

modified: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1.eb new file: c/cURL/cURL-7.56.1.eb new file: e/ELPA/ELPA-2017.05.002-foss-2017a.eb new file: e/expat/expat-2.2.5.eb new file: g/git/git-2.14.1-GCC-7.1.0-2.28.eb new file: g/gzip/gzip-1.8.eb modified: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: t/tmux/tmux-2.6.eb deleted: c/CP2K/CP2K-5.1-intel-2017a-test2.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'
|