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

new file: l/libMesh/libMesh-1.3.0-intel-2018.04.eb new file: l/libMesh/libMesh-1.4.1-intel-2018.04.eb new file: m/MUMPS/MUMPS-5.2.0-intel-2018.04-parmetis.eb new file: p/PETSc/PETSc-3.7.5-intel-2018.04-it4i.eb new file: s/SCOTCH/SCOTCH-6.0.6-intel-2018.04.eb
17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
# IT4Innovations 2019
|
|
|
|
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': 'intel', 'version': '2018.04'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['http://gforge.inria.fr/frs/download.php/file/34618/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
|
|
moduleclass = 'math'
|