mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
name = 'SCOTCH'
|
|
version = '6.0.4'
|
|
|
|
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': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['http://gforge.inria.fr/frs/download.php/file/34618/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
|
|
moduleclass = 'math'
|