mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2019b-OpenBLAS-0.3.5.eb new file: s/ScaLAPACK/ScaLAPACK-2.1.0-gompi-2020a.eb
18 lines
525 B
Plaintext
18 lines
525 B
Plaintext
name = 'ScaLAPACK'
|
|
version = '2.1.0'
|
|
|
|
homepage = 'https://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': 'gompi', 'version': '2020a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [homepage]
|
|
sources = [SOURCELOWER_TGZ]
|
|
checksums = ['61d9216cf81d246944720cfce96255878a3f85dec13b9351f1fa0fd6768220a6']
|
|
|
|
dependencies = [('OpenBLAS', '0.3.9')]
|
|
|
|
moduleclass = 'numlib'
|