easyconfigs-it4i/s/SCOTCH/SCOTCH-6.0.9-foss-2020a.eb
Lukáš Krupčík 7be072dda3 new file: m/METIS/METIS-5.1.0-foss-2020a.eb
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
2020-07-16 14:05:40 +02:00

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'