mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'singularity-develop' into 'easyconfigs-it4i-salomon'
Added Singularity-2.2.99-develop See merge request !3
This commit is contained in:
commit
782b93ab24
26
s/Singularity/Singularity-2.2.99-GCC-6.3.0-2.27-develop.eb
Normal file
26
s/Singularity/Singularity-2.2.99-GCC-6.3.0-2.27-develop.eb
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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'
|
Loading…
x
Reference in New Issue
Block a user