Skip to content
Snippets Groups Projects
Commit 159d377d authored by Fabien Chaix's avatar Fabien Chaix
Browse files

Merge branch 'simgrid_2023' into '2023'

Simgrid 2023

See merge request deep-sea/wp3/software/easybuild-repository-deep-sea!44
parents 53c8e8f9 8b9f5173
No related branches found
No related tags found
No related merge requests found
# To build manually:
# ml purge
# export USERINSTALLATIONS=/p/project/deepsea/preliminary_SW
# ml UserInstallations
#
# eb simgrid-xxxx.eb
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)"
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
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,
'recursive': False,
'keep_git_dir': True,
},
}]
checksums = ['f1aefab67294e9ad9dd6f354c65d881733c62cd96c58d874c7bd62f83507f935']
builddependencies = [('Boost', '1.79.0'), ('CMake', '3.23.1')]
configopts = ''
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment