mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
name = 'SCOTCH'
|
|
version = '5.1.12b_esmumps'
|
|
|
|
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': 'goolf', 'version': '1.5.16'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://gforge.inria.fr/frs/download.php/28978/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
|
|
moduleclass = 'math'
|