mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
26 lines
719 B
Plaintext
26 lines
719 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 local_computers."""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2015e'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [homepage]
|
|
sources = [SOURCELOWER_TGZ]
|
|
|
|
local_blaslib = 'OpenBLAS'
|
|
local_blasver = '0.2.14'
|
|
blaslocal_suff = '-LAPACK-3.5.0'
|
|
|
|
versionsuffix = "-%s-%s%s" % (local_blaslib, local_blasver, blaslocal_suff)
|
|
|
|
dependencies = [(local_blaslib, local_blasver, blaslocal_suff, ('gompi', '2015e'))]
|
|
|
|
# parallel build tends to fail, so disabling it
|
|
parallel = 1
|
|
|
|
moduleclass = 'numlib'
|