easyconfigs-it4i/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2019b-OpenBLAS-0.3.5.eb
Lukáš Krupčík 44b3b0b96d new file: o/OpenBLAS/OpenBLAS-0.3.5-GCC-8.3.0-2.32.eb
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
2020-05-26 11:22:26 +02:00

26 lines
672 B
Plaintext

# IT4Innovations 2020
# LK
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': 'gompi', 'version': '2019b'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TGZ]
checksums = ['0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c']
local_blaslib = 'OpenBLAS'
local_blasver = '0.3.5'
versionsuffix = "-%s-%s" % (local_blaslib, local_blasver)
dependencies = [(local_blaslib, local_blasver)]
moduleclass = 'numlib'