mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libsodium'
|
|
version = '1.0.3'
|
|
|
|
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': 'intel', 'version': '2015a'}
|
|
|
|
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'
|