mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
22 lines
664 B
Plaintext
22 lines
664 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'SCOTCH'
|
|
version = '6.0.5'
|
|
|
|
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': '2017b'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['http://gforge.inria.fr/frs/download.php/file/34618/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
checksums = ['f53f4d71a8345ba15e2dd4e102a35fd83915abf50ea73e1bf6efe1bc2b4220c7']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
|
|
moduleclass = 'math'
|