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

new file: g/gompi/gompi-2017b.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-GCC-6.3.0-2.27.eb new file: s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2017b-OpenBLAS-0.2.20.eb
23 lines
636 B
Plaintext
23 lines
636 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': 'gompi', 'version': '2017b'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [homepage]
|
|
sources = [SOURCELOWER_TGZ]
|
|
checksums = ['0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c']
|
|
|
|
blaslib = 'OpenBLAS'
|
|
blasver = '0.2.20'
|
|
|
|
versionsuffix = "-%s-%s" % (blaslib, blasver)
|
|
|
|
dependencies = [(blaslib, blasver, '', ('GCC', '6.3.0-2.27'))]
|
|
|
|
moduleclass = 'numlib'
|