From e3766e0c85229104b016b4034264bb4eea0131bc Mon Sep 17 00:00:00 2001 From: Josef Hrabal Date: Wed, 22 Mar 2017 09:05:34 +0100 Subject: [PATCH] Added Singularity-2.2.99-develop --- ...ngularity-2.2.99-GCC-6.3.0-2.27-develop.eb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 s/Singularity/Singularity-2.2.99-GCC-6.3.0-2.27-develop.eb diff --git a/s/Singularity/Singularity-2.2.99-GCC-6.3.0-2.27-develop.eb b/s/Singularity/Singularity-2.2.99-GCC-6.3.0-2.27-develop.eb new file mode 100644 index 00000000..e76240c2 --- /dev/null +++ b/s/Singularity/Singularity-2.2.99-GCC-6.3.0-2.27-develop.eb @@ -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'