easyconfigs-it4i/s/Singularity/Singularity-2.3.2-docker-fix.eb

24 lines
613 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 = {'name': 'system', 'version': ''}
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'