diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-GCC-11.2.0.eb b/Golden_Repo/m/METIS/METIS-5.1.0-GCC-11.2.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..9da3142036d754931363d2a1e1307c4612ac32ae --- /dev/null +++ b/Golden_Repo/m/METIS/METIS-5.1.0-GCC-11.2.0.eb @@ -0,0 +1,26 @@ +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': 'GCC', 'version': '11.2.0'} +toolchainopts = {'pic': True} + +source_urls = [ + 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis', + 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD', +] +sources = [SOURCELOWER_TAR_GZ] +checksums = ['76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2'] + +builddependencies = [ + ('CMake', '3.21.1', '', SYSTEM) +] + +configopts = ['', 'shared=1'] + +moduleclass = 'math'