From 0e6be9891df728000cefa6dca435d7b1d648a359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruth=20Sch=C3=B6bel?= <r.schoebel@fz-juelich.de> Date: Fri, 20 Jan 2023 13:05:53 +0100 Subject: [PATCH] add dependency binutils and cleaned spaces --- .../METIS/METIS-5.1.0-GCCcore-11.3.0-IDX64.eb | 22 +------------------ .../METIS-5.1.0-GCCcore-11.3.0-RTW64-IDX32.eb | 1 + Golden_Repo/m/METIS/METIS-5.1.0-foss-2022a.eb | 6 ++--- .../m/METIS/METIS-5.1.0-gpsmkl-2022a.eb | 6 ++--- 4 files changed, 8 insertions(+), 27 deletions(-) diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-IDX64.eb b/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-IDX64.eb index 1a58a5a09..1919be341 100644 --- a/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-IDX64.eb +++ b/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-IDX64.eb @@ -1,50 +1,30 @@ name = 'METIS' - version = '5.1.0' - versionsuffix = '-IDX64' - 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': 'GCCcore', 'version': '11.3.0'} - toolchainopts = {'pic': True} source_urls = [ - 'https://src.fedoraproject.org/repo/pkgs/metis/metis-5.1.0.tar.gz/5465e67079419a69e0116de24fce58fe/' ] - sources = [SOURCELOWER_TAR_GZ] - patches = ['METIS-5.1.0-IDX64.patch'] - checksums = [ - - '76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2', # metis-5.1.0.tar.gz - - # METIS-5.1.0-IDX64.patch - + '76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2', '382337016508006671e5495652f25a7f835e56134681a21b0c8525b4b88ab99e', - ] builddependencies = [ - ('binutils', '2.38'), - ('CMake', '3.23.1') - ] configopts = ['', 'shared=1'] - moduleclass = 'math' diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-RTW64-IDX32.eb b/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-RTW64-IDX32.eb index 8a727942e..4d4926823 100644 --- a/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-RTW64-IDX32.eb +++ b/Golden_Repo/m/METIS/METIS-5.1.0-GCCcore-11.3.0-RTW64-IDX32.eb @@ -23,6 +23,7 @@ checksums = [ ] builddependencies = [ + ('binutils', '2.38'), ('CMake', '3.23.1') ] diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-foss-2022a.eb b/Golden_Repo/m/METIS/METIS-5.1.0-foss-2022a.eb index 3f716841a..0e54b52a9 100644 --- a/Golden_Repo/m/METIS/METIS-5.1.0-foss-2022a.eb +++ b/Golden_Repo/m/METIS/METIS-5.1.0-foss-2022a.eb @@ -2,9 +2,9 @@ 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': 'foss', 'version': '2022a'} toolchainopts = {'optarch': True, 'pic': True} diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-gpsmkl-2022a.eb b/Golden_Repo/m/METIS/METIS-5.1.0-gpsmkl-2022a.eb index 2d92037e5..79d61669f 100644 --- a/Golden_Repo/m/METIS/METIS-5.1.0-gpsmkl-2022a.eb +++ b/Golden_Repo/m/METIS/METIS-5.1.0-gpsmkl-2022a.eb @@ -2,9 +2,9 @@ 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': 'gpsmkl', 'version': '2022a'} toolchainopts = {'optarch': True, 'pic': True} -- GitLab