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

# new file: l/libreadline/libreadline-6.2-intel-2015b.eb # new file: s/SCOTCH/SCOTCH-6.0.0_esmumps-intel-2015b.eb
15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
name = 'SCOTCH'
|
|
version = '6.0.0_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': 'intel', 'version': '2015b'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://gforge.inria.fr/frs/download.php/31832/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
|
|
moduleclass = 'math'
|