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

24 lines
586 B
Plaintext

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