easyconfigs-it4i/m/METIS/METIS-5.1.0.eb
Lukáš Krupčík 6900a1be0e new file: c/CGAL/CGAL-4.11.1-foss-2018a.eb
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
2019-03-18 08:10:10 +01:00

25 lines
781 B
Plaintext

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': 'dummy', 'version': ''}
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',
]
builddependencies = [
('CMake', '3.8.1')
]
configopts = ['', 'shared=1']
moduleclass = 'math'