easyconfigs-it4i/l/libsodium/libsodium-1.0.17.eb
Josef 0a85f33110 modified: l/LAMMPS/LAMMPS-20181212-intel-2017c.eb
new file:   l/libsodium/libsodium-1.0.17.eb
	new file:   o/OpenPGM/OpenPGM-5.2.122-intel-2017c.eb
	modified:   s/Score-P/Score-P-3.1-intel-2017a.eb
	new file:   u/util-linux/util-linux-2.33.1.eb
	new file:   z/ZeroMQ/ZeroMQ-4.3.1-intel-2017c.eb
	deleted:    z/ZeroMQ/ZeroMQ-4.2.0-foss-2016b.eb
	deleted:    z/ZeroMQ/ZeroMQ-4.2.0-intel-2016b.eb
2019-01-28 08:16:24 +01:00

29 lines
640 B
Plaintext

# IT4Inovations 2019
easyblock = 'ConfigureMake'
name = 'libsodium'
version = '1.0.17'
homepage = 'http://doc.libsodium.org/'
description = """Sodium is a modern, easy-to-use software library for encryption, decryption, signatures,
password hashing and more."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://download.libsodium.org/libsodium/releases/']
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': [
'include/sodium.h',
'lib/libsodium.%s' %
SHLIB_EXT,
'lib/libsodium.a'],
'dirs': [
'include/sodium',
'lib/pkgconfig'],
}
moduleclass = 'lib'