easyconfigs-it4i/a/apptainer/apptainer-1.3.0.eb
Lukas Krupcik ba185e3268 modified: a/Autoconf/Autoconf-2.69.eb
new file:   a/apptainer/apptainer-1.2.5.eb
	new file:   a/apptainer/apptainer-1.3.0.eb
	modified:   a/apptainer/apptainer-1.3.1.eb
	modified:   d/Dakota/Dakota-6.15.0-foss-2021b.eb
	modified:   d/Dakota/Dakota-6.15.0-intel-2021b.eb
	new file:   g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb
	modified:   h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb
	new file:   h/htop/htop-3.3.0.eb
	new file:   l/libxc/libxc-6.2.2-intel-compilers-2023.2.1.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb
	new file:   n/netCDF/netCDF-4.9.2-iimpi-2023b.eb
	new file:   o/Octopus/Octopus-14.1-intel-2023b-mpi.eb
	new file:   s/squashfs-tools/squashfs-tools-4.6.1.eb
	new file:   u/uncertainties/uncertainties-3.1.7-foss-2023b.eb
2024-05-14 13:18:54 +02:00

49 lines
1.3 KiB
Plaintext

# IT4Innovations
# LK 2024
# Dokoncit `make install` rucne, nejde bez ROOTa !!!
# /apps/all/apptainer/1.3.0/etc/apptainer/apptainer.conf nv=yes !!!
easyblock = 'ConfigureMake'
name = 'apptainer'
version = '1.3.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 = ['553731a0b4f166a8c5a675cfeee991310e55ad89187e22b80a79c298a749661f']
builddependencies = [
('Go', '1.22.1'),
]
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'