mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

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
29 lines
640 B
Plaintext
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'
|