# IT4Innovations 2018 easyblock = 'ConfigureMake' name = 'Singularity' version = '2.6.0' homepage = 'http://singularity.lbl.gov/' description = """Singularity is a container platform focused on supporting \"Mobility of Compute\"""" toolchain = {'name': 'system', 'version': ''} source_urls = [ 'https://github.com/singularityware/singularity/releases/download/%(version)s'] sources = [SOURCELOWER_TAR_GZ] dependencies = [ ('squashfs-tools', '4.3'), ('libarchive', '3.3.2'), ] configopts = "--with-mksquashfs=$EBROOTSQUASHFSMINTOOLS/bin/mksquashfs " builddependencies = [('Autotools', '20150215')] preconfigopts = './autogen.sh && ' # modluafooter = 'add_property("state","experimental")' moduleclass = 'tools'