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

modified: m/METIS/METIS-5.1.0.eb new file: m/MPFR/MPFR-4.0.1.eb new file: o/OpenFOAM/OpenFOAM-6-foss-2018a.eb new file: p/ParaView/ParaView-5.4.1-Doc.patch new file: p/ParaView/ParaView-5.4.1-foss-2018a-mpi.eb new file: s/SCOTCH/SCOTCH-6.0.6-foss-2018a.eb deleted: c/CGAL/CGAL-4.11.1-foss-2017b.eb deleted: m/MPFR/MPFR-4.0.1-foss-2017b.eb deleted: o/OpenFOAM/OpenFOAM-6-foss-2017b.eb
21 lines
576 B
Plaintext
21 lines
576 B
Plaintext
# 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'
|