easyblock = 'ConfigureMake' name = 'Singularity' version = '2.3.1' 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/gmkurtzer/singularity/archive/'] sources = ['%(version)s.tar.gz'] builddependencies = [('Autotools', '20150215')] preconfigopts = './autogen.sh && ' modextravars = {'SINGULARITY_OVERLAYFS_ENABLED': '1'} moduleclass = 'tools'