mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
35 lines
915 B
Plaintext
35 lines
915 B
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Authors:: Inge Gutheil <i.gutheil@fz-juelich.de>, Alan O'Cais <a.ocais@fz-juelich.de>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
##
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ELPA'
|
|
version = '2013.11'
|
|
|
|
homepage = 'http://elpa.rzg.mpg.de'
|
|
description = """Eigenvalue SoLvers for Petaflop-Applications ."""
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.3.0'}
|
|
toolchainopts = {'optarch': True, 'usempi': True}
|
|
|
|
# download at http://elpa.rzg.mpg.de/elpa-tar-archive
|
|
sources = ['%(name)s_%(version)s.006_20140312.tar.gz']
|
|
|
|
patches = ['ELPA_fix-tests.patch']
|
|
|
|
configopts = '--with-generic-simple --disable-shared FCFLAGS="-I$EBROOTIMKL/mkl/include/intel64/lp64 $FCFLAGS" LIBS="$LIBSCALAPACK"'
|
|
buildopts = ' V=1 LIBS="$LIBSCALAPACK"'
|
|
start_dir = '%(name)s_%(version)s'
|
|
|
|
builddependencies = [('Automake', '1.13.4')]
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'math'
|