Skip to content
Snippets Groups Projects
Commit 8b9f5173 authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Fixup style of simgrid-3.35-GCCcore-11.3.0.eb

parent 018943a4
No related branches found
No related tags found
No related merge requests found
# To build manually: # To build manually:
# ml purge # ml purge
# export USERINSTALLATIONS=/p/project/deepsea/preliminary_SW # export USERINSTALLATIONS=/p/project/deepsea/preliminary_SW
...@@ -15,9 +14,9 @@ homepage = 'https://simgrid.org/' ...@@ -15,9 +14,9 @@ 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 = [{ sources = [{
'filename': local_simgrid_archive_filename, 'filename': local_simgrid_archive_filename,
'git_config': { 'git_config': {
...@@ -28,25 +27,12 @@ sources = [{ ...@@ -28,25 +27,12 @@ sources = [{
'keep_git_dir': True, 'keep_git_dir': True,
}, },
}] }]
checksums = ['f1aefab67294e9ad9dd6f354c65d881733c62cd96c58d874c7bd62f83507f935']
#checksums = ['82a5c1ea1079326375e5faeba20579ddf60ccfd7'] checksums = ['f1aefab67294e9ad9dd6f354c65d881733c62cd96c58d874c7bd62f83507f935']
#sources = [local_simgrid_archive_filename]
builddependencies = [ builddependencies = [('Boost', '1.79.0'), ('CMake', '3.23.1')]
('Boost', '1.79.0'),
('CMake', '3.23.1')
]
configopts = '' configopts = ''
#runtest = True
#sanity_check_paths = {
# 'dirs': ['bin'],
# 'files': []
#}
moduleclass = 'tools' moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment