diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb b/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb index d1656740286d43c7a87193399212b8aa2a579f9d..49ea124c5874d1cb0a512e5e673145b872abe274 100644 --- a/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb +++ b/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb @@ -2,9 +2,10 @@ 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.""" +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': 'intel-compilers', 'version': '2022.1.0'} toolchainopts = {'optarch': True, 'pic': True}