# IT4Innovations 
# LK 2022

# Dokoncit `make install` rucne, nejde bez ROOTa !!!
# /apps/all/Singularity/3.7.0/etc/singularity/singularity.conf nv=yes !!!
# Poslat info na tomas.karasek@vsb.cz o zmene...

easyblock = 'ConfigureMake'

name = 'apptainer'
version = '1.1.0'

homepage = 'https://github.com/apptainer/apptainer'
description = "Apptainer is an open source container platform designed to be simple, fast, and secure. Many container platforms are available, but Apptainer is designed for ease-of-use on shared systems and in high performance computing (HPC) environments." 


toolchain = SYSTEM

source_urls = ['https://github.com/apptainer/apptainer/releases/download/v%s/' % version]
sources = ['apptainer-%(version)s.tar.gz']
checksums = ['3d7a6a39a7989b5e423018615fa26829']

builddependencies = [
        ('Go', '1.17.6'),
]

dependencies = [
        ('squashfs-tools', '4.3'),
]

osdependencies = [
    ('openssl-devel', 'libssl-dev', 'libopenssl-devel'),
]

skipsteps = ['configure']
prebuildopts = './mconfig --prefix=%(installdir)s --with-suid && '
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/apptainer'],
    'dirs': ['bin', 'etc', 'libexec', 'var'],
}

moduleclass = 'tools'