From fb9cb20ea711631b6c5015d863de7833fc8bfbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 15 Sep 2020 10:25:00 +0200 Subject: [PATCH] deleted: "s/Singularity/\\" --- "s/Singularity/\\" | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 "s/Singularity/\\" diff --git "a/s/Singularity/\\" "b/s/Singularity/\\" deleted file mode 100644 index 3ffa663b..00000000 --- "a/s/Singularity/\\" +++ /dev/null @@ -1,45 +0,0 @@ -# IT4Innovations 2020 -# LK -# Dokoncit `make install` rucne, nejde bez ROOTa !!! -# Poslat info na tomas.karasek@vsb.cz o zmene... - -easyblock = 'ConfigureMake' - -name = 'Singularity' -version = '3.6.2' - -homepage = 'https://github.com/sylabs/singularity' -description = "Singularity is an open source container platform designed to be simple, fast, and secure. Singularity is optimized for EPC and HPC workloads, allowing untrusted users to run untrusted containers in a trusted way." - -toolchain = SYSTEM - -source_urls = ['https://github.com/sylabs/singularity/releases/download/v%s/' % version] -sources = ['singularity-%(version)s.tar.gz'] - -builddependencies = [ - ('Go', '1.13.5'), -] - -dependencies = [ - ('squashfs-tools', '4.3'), -] - -osdependencies = [ - ('openssl-devel', 'libssl-dev', 'libopenssl-devel'), -] - -skipsteps = ['configure'] -prebuildopts = './mconfig --prefix=%(installdir)s && ' -buildopts = '-C ./builddir' - - -postinstallcmds = [ - 'echo "mksquashfs path = /apps/all/squashfs-tools/4.3/bin" >> %(installdir)s/etc/singularity/singularity.conf', -] - -sanity_check_paths = { - 'files': ['bin/singularity'], - 'dirs': ['bin', 'etc', 'libexec', 'var'], -} - -moduleclass = 'tools'