easyconfigs-it4i/m/METIS/METIS-5.1.0-foss-2020a.eb
Lukáš Krupčík 7be072dda3 new file: m/METIS/METIS-5.1.0-foss-2020a.eb
new file:   o/OpenFOAM/OpenFOAM-7-foss-2020a.eb
	new file:   p/Pango/Pango-1.45.3.eb
	new file:   s/SCOTCH/SCOTCH-6.0.9-foss-2020a.eb
	modified:   v/VTune/VTune-2018_update4.eb
	modified:   v/VTune/VTune-2019_update8.eb
2020-07-16 14:05:40 +02:00

28 lines
885 B
Plaintext

# JH 2020
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': '2020a'}
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.16.4')]
configopts = ['', 'shared=1']
moduleclass = 'math'