easyconfigs-it4i/e/ELPA/ELPA-2013.11-ictce-5.3.0.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

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'