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

new file: c/CGAL/CGAL-4.11.1-foss-2017b.eb new file: h/HDF5/HDF5-1.10.2-foss-2017b.eb modified: l/libGLU/libGLU-9.0.0.eb new file: m/METIS/METIS-5.1.0-foss-2017b.eb new file: m/METIS/METIS-5.1.0-use-doubles.patch new file: m/MPFR/MPFR-4.0.1-foss-2017b.eb new file: m/Mesa/Mesa-18.1.1-foss-2017b.eb new file: o/OpenFOAM/.OpenFOAM-6-foss-2017b.eb.swp new file: o/OpenFOAM/OpenFOAM-6-foss-2017b.eb new file: p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb new file: p/Python/Python-2.7.15-foss-2017b.eb new file: s/SCOTCH/SCOTCH-6.0.5-foss-2017b.eb new file: x/X11/X11-20180604-foss-2017b.eb Former-commit-id: e8b10bec2b833ddd8d62d61f64121f07ce56c411
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'
|