From 8b9f5173154a116c2f76d6999625af43b723a9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manoel=20R=C3=B6mmer?= <m.roemmer@fz-juelich.de> Date: Thu, 14 Dec 2023 08:32:54 +0100 Subject: [PATCH] Fixup style of simgrid-3.35-GCCcore-11.3.0.eb --- .../s/simgrid/simgrid-3.35-GCCcore-11.3.0.eb | 36 ++++++------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/Golden_Repo/s/simgrid/simgrid-3.35-GCCcore-11.3.0.eb b/Golden_Repo/s/simgrid/simgrid-3.35-GCCcore-11.3.0.eb index 8c9ce378..1ff965be 100644 --- a/Golden_Repo/s/simgrid/simgrid-3.35-GCCcore-11.3.0.eb +++ b/Golden_Repo/s/simgrid/simgrid-3.35-GCCcore-11.3.0.eb @@ -1,52 +1,38 @@ - # To build manually: # ml purge # export USERINSTALLATIONS=/p/project/deepsea/preliminary_SW # ml UserInstallations -# +# # eb simgrid-xxxx.eb -easyblock = 'CMakeMake' +easyblock = 'CMakeMake' name = 'Simgrid' version = '3.35' homepage = 'https://simgrid.org/' -description = "Framework for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others)" +description = "Framework for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others)" + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} -toolchain = {'name':'GCCcore', 'version':'11.3.0'} -#toolchain = {'name':'gpsmpi', 'version':'2022a'} +local_simgrid_archive_filename = f"simgrid_archive_{version}.tar.gz" -local_simgrid_archive_filename = f"simgrid_archive_{version}.tar.gz" sources = [{ 'filename': local_simgrid_archive_filename, 'git_config': { 'url': 'git@gitlab.jsc.fz-juelich.de:deep-sea/wp5/software', 'repo_name': 'simgrid', - 'tag': 'v'+version, + 'tag': 'v' + version, 'recursive': False, 'keep_git_dir': True, }, }] -checksums = ['f1aefab67294e9ad9dd6f354c65d881733c62cd96c58d874c7bd62f83507f935'] - -#checksums = ['82a5c1ea1079326375e5faeba20579ddf60ccfd7'] -#sources = [local_simgrid_archive_filename] - -builddependencies = [ - ('Boost', '1.79.0'), - ('CMake', '3.23.1') -] - -configopts = '' +checksums = ['f1aefab67294e9ad9dd6f354c65d881733c62cd96c58d874c7bd62f83507f935'] -#runtest = True -#sanity_check_paths = { -# 'dirs': ['bin'], -# 'files': [] -#} +builddependencies = [('Boost', '1.79.0'), ('CMake', '3.23.1')] -moduleclass = 'tools' +configopts = '' +moduleclass = 'tools' -- GitLab