mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

new file: h/HDF5/HDF5-1.10.6-foss-2017b-parallel.eb new file: h/HDF5/HDF5-1.10.6-foss-2018a-parallel.eb new file: s/SCOTCH/SCOTCH-6.0.9-foss-2017b.eb deleted: b/BAGEL/BAGEL-1.2.2-intel-2020a.eb
21 lines
584 B
Plaintext
21 lines
584 B
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'SCOTCH'
|
|
version = '6.0.9'
|
|
|
|
homepage = 'http://gforge.inria.fr/projects/scotch/'
|
|
description = """Software package and libraries for sequential and parallel graph partitioning,
|
|
static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017b'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://gforge.inria.fr/frs/download.php/file/38187/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
|
|
moduleclass = 'math'
|