mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
26 lines
671 B
Plaintext
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'
|