mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: o/OpenFOAM/OpenFOAM-7-foss-2020a.eb new file: p/Pango/Pango-1.45.3.eb new file: s/SCOTCH/SCOTCH-6.0.9-foss-2020a.eb modified: v/VTune/VTune-2018_update4.eb modified: v/VTune/VTune-2019_update8.eb
21 lines
562 B
Plaintext
21 lines
562 B
Plaintext
# JH 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': '2020a'}
|
|
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'),
|
|
]
|
|
|
|
moduleclass = 'math'
|