easyconfigs-it4i/s/Singularity/Singularity-2.3.2.eb
Lukáš Krupčík 82b115fceb new file: j/Java/Java-1.8.0_144.eb
new file:   j/Java/Java-1.9.0+181.eb
	new file:   l/Lmod/Lmod-7.7.7.eb
	new file:   l/Lua/Lua-5.3.4.eb
	new file:   s/Singularity/Singularity-2.3.2.eb
2017-10-12 10:28:25 +02:00

21 lines
534 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Singularity'
version = '2.3.2'
homepage = 'http://gmkurtzer.github.io/singularity'
description = """Singularity is a container platform focused on supporting \"Mobility of Compute\""""
toolchain = {'name': 'dummy', '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'