# IT4Innovations 2018

name = 'SCOTCH'
version = '6.0.6'

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': '2018a'}
toolchainopts = {'pic': True}

source_urls = ['https://gforge.inria.fr/frs/download.php/file/37622']
sources = ['scotch_%(version)s.tar.gz']

dependencies = [
    ('zlib', '1.2.11', '', True),
]

moduleclass = 'math'