mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
785 B
Plaintext
27 lines
785 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Singularity'
|
|
version = '2.2.99'
|
|
versionsuffix = '-develop'
|
|
|
|
homepage = 'http://gmkurtzer.github.io/singularity'
|
|
description = """Singularity is a portable application stack packaging and runtime utility."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
#source_urls = ['https://github.com/gmkurtzer/singularity/archive/']
|
|
sources = ['singularity-%(version)s.tar.gz']
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
dependencies = [('Python', '3.5.2', '', True)]
|
|
|
|
preconfigopts = './autogen.sh && '
|
|
|
|
#sanity_check_paths = {
|
|
# 'files': ['bin/run-singularity', 'bin/singularity', 'etc/singularity/singularity.conf', 'libexec/singularity/default-nsswitch.conf'],
|
|
# 'dirs': ['etc', '', 'libexec/singularity'],
|
|
#}
|
|
|
|
moduleclass = 'tools'
|