mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +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
30 lines
930 B
Plaintext
30 lines
930 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'METIS'
|
|
version = '5.1.0'
|
|
|
|
homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/metis/overview'
|
|
description = """METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes,
|
|
and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the
|
|
multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017b'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [
|
|
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis',
|
|
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD',
|
|
]
|
|
|
|
# we use 32bit for indices and 64bit for content
|
|
patches = ['METIS-5.1.0-use-doubles.patch']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.11.4', '', ('GCC', '6.3.0-2.27'))
|
|
]
|
|
|
|
configopts = ['', 'shared=1']
|
|
|
|
moduleclass = 'math'
|