easyconfigs-it4i/n/nettle/nettle-3.4.1.eb
Lukáš Krupčík 6c96bdd16d new file: l/LLVM/LLVM-6.0.1.eb
new file:   l/LLVM/LLVM-7.0.0.eb
	new file:   m/Mako/Mako-1.0.6-Python-2.7.14-base.eb
	new file:   m/Mesa/Mesa-18.3.1.eb
	new file:   n/nettle/nettle-3.4.1.eb
	new file:   p/ParaView/ParaView-5.6.0-intel-2017a-mpi.eb
	new file:   p/ParaView/ParaView-5.6.0-intel-motionfx.patch
	new file:   q/QEMU/QEMU-2.10.0-VDE2.eb
	new file:   v/VDE2/VDE2-2.3.2.eb
	deleted:    l/LLVM/LLVM-7.0.0-GCC-6.3.0-2.27.eb
2018-12-17 06:48:35 +01:00

44 lines
985 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'nettle'
version = '3.4.1'
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': 'dummy', 'version': ''}
source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]
configopts = 'CFLAGS="-std=c99"'
dependencies = [
('GMP', '6.1.2'),
]
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'