easyconfigs-it4i/s/Singularity/Singularity-2.3-develop.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

24 lines
582 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Singularity'
version = '2.3'
versionsuffix = '-develop'
homepage = 'http://gmkurtzer.github.io/singularity'
description = """Singularity is a portable application stack packaging and runtime utility."""
toolchain = SYSTEM
source_urls = ['http://github.com/singularityware/singularity/archive']
sources = ['development.zip']
builddependencies = [('Autotools', '20150215')]
preconfigopts = './autogen.sh && '
modextravars = {'SINGULARITY_OVERLAYFS_ENABLED': '1'}
modluafooter = 'add_property("state","experimental")'
moduleclass = 'tools'