easyconfigs-it4i/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2016a-OpenBLAS-0.2.15-LAPACK-3.6.0-GCC-5.1.0-binutils-2.25.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

26 lines
671 B
Plaintext

name = 'ScaLAPACK'
version = '2.0.2'
homepage = 'http://www.netlib.org/scalapack/'
description = """The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines
redesigned for distributed memory MIMD parallel computers."""
toolchain = {'name': 'intel', 'version': '2015b'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TGZ]
blaslib = 'OpenBLAS'
blasver = '0.2.15'
blassuff = '-LAPACK-3.6.0'
versionsuffix = "-%s-%s%s" % (blaslib, blasver, blassuff)
#dependencies = [('OpenBLAS', '0.2.15-GCC-5.1.0-binutils-2.25-LAPACK-3.6.0')]
# parallel build tends to fail, so disabling it
parallel = 1
moduleclass = 'numlib'