easyconfigs-it4i/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2019a-OpenBLAS-0.2.20.eb
Lukáš Krupčík e91765c8cb new file: f/foss/foss-2019a.eb
new file:   g/gompi/gompi-2019a.eb
	new file:   i/intelcuda/intelcuda-2020a.eb
	new file:   m/magma/magma-2.5.3-foss-2018a-CUDA.eb
	new file:   m/magma/magma-2.5.3_Fix_makefile_for_intel.patch
	new file:   s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2019a-OpenBLAS-0.2.20.eb
2020-06-29 08:33:40 +02:00

26 lines
706 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 local_computers."""
toolchain = {'name': 'gompi', 'version': '2019a'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TGZ]
checksums = ['0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c']
local_blaslib = 'OpenBLAS'
local_blasver = '0.2.20'
versionsuffix = "-%s-%s" % (local_blaslib, local_blasver)
dependencies = [(local_blaslib, local_blasver, '', ('GCC', '8.3.0-2.32'))]
moduleclass = 'numlib'