mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

modified: g/GLib/GLib-2.57.1.eb modified: l/libffi/libffi-3.2.1.eb new file: m/Mesa/Mesa-18.1.3-GCC-6.3.0-2.27.eb new file: n/nettle/nettle-3.3-GCC-6.3.0-2.27.eb modified: p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb modified: q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb Former-commit-id: 7b0ec2df90fac8d51215991f3c27c77d3530c8d8
29 lines
852 B
Plaintext
29 lines
852 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'nettle'
|
|
version = '3.3'
|
|
|
|
homepage = 'http://www.lysator.liu.se/~nisse/nettle/'
|
|
description = """Nettle is a cryptographic library that is designed to fit easily
|
|
in more or less any context: In crypto toolkits for object-oriented
|
|
languages (C++, Python, Pike, ...), in applications like LSH or GNUPG,
|
|
or even in kernel space."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('GMP', '6.1.2', '', True),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%s' % x for x in ['nettle-hash', 'nettle-lfib-stream', 'pkcs1-conv', 'sexp-conv']] +
|
|
['lib64/libhogweed.a', 'lib64/libhogweed.%s' % SHLIB_EXT,
|
|
'lib64/libnettle.a', 'lib64/libnettle.%s' % SHLIB_EXT],
|
|
'dirs': ['include/nettle'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|