libsodium/1.0.21-cpeGNU-25.09 (libsodium-1.0.21-cpeGNU-25.09.eb)
Install with the EasyBuild-user module:
To access module help after installation and get reminded for which stacks and partitions the module is installed, usemodule spider libsodium/1.0.21-cpeGNU-25.09.
EasyConfig:
# Adapted for LUMI by Orian Louant
easyblock = 'ConfigureMake'
local_libsodium_version = '1.0.21' # https://download.libsodium.org/libsodium/releases/
name = 'libsodium'
version = local_libsodium_version
homepage = 'https://doc.libsodium.org/'
whatis = [
'Description: Sodium is a modern, easy-to-use software library for '
'encryption, decryption, signatures and password hashing.'
]
description = """
Sodium is a new, easy-to-use software library for encryption, decryption,
signatures, password hashing and more.
It is a portable, cross-compilable, installable, packageable fork of NaCl, with
a compatible API, and an extended API to improve usability even further.
Its goal is to provide all of the core operations needed to build higher-level
cryptographic tools.
"""
doc_urls = ['https://doc.libsodium.org/']
software_license_urls = ['https://github.com/jedisct1/libsodium/blob/master/LICENSE']
toolchain = {'name': 'cpeGNU', 'version': '25.09'}
toolchain_opts = {'pic': True}
source_urls = [
'https://download.libsodium.org/libsodium/releases/',
'https://download.libsodium.org/libsodium/releases/old/',
'https://download.libsodium.org/libsodium/releases/old/unsupported/',
]
sources = [SOURCE_TAR_GZ]
checksums = ['9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf']
build_deps = [
('buildtools', '%(toolchain_version)s', '', True),
('craype-network-none', EXTERNAL_MODULE),
('craype-accel-host', EXTERNAL_MODULE),
]
pre_configure_opts = 'module unload cray-libsci rocm && '
pre_build_opts = pre_configure_opts
post_install_cmds = [
'mkdir -p %(installdir)s/share/licenses/%(name)s',
'cp AUTHORS LICENSE README.markdown THANKS %(installdir)s/share/licenses/%(name)s',
]
sanity_check_paths = {
'files': ['include/sodium.h', 'lib/libsodium.so', 'lib/libsodium.a'],
'dirs': ['include/sodium', 'lib/pkgconfig'],
}
env_mod_category = 'lib'