mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: c/COMSOL/COMSOL-5.2.0-EDU.eb modified: n/nettle/nettle-3.5.1-GCCcore-8.3.0.eb modified: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-1.8.0_221.eb new file: o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0-Java-1.8.0_221.eb
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# JH 2020
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'nettle'
|
|
version = '3.5.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': 'GCCcore', 'version': '8.3.0'}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
('M4', '1.4.18'),
|
|
]
|
|
|
|
dependencies = [
|
|
('GMP', '6.1.2'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%s' % x for x in ['nettle-hash', 'nettle-lfib-stream', 'pkcs1-conv', 'sexp-conv']] +
|
|
[('lib/libhogweed.a', 'lib64/libhogweed.a'),
|
|
('lib/libhogweed.%s' % SHLIB_EXT, 'lib64/libhogweed.%s' % SHLIB_EXT),
|
|
('lib/libnettle.a', 'lib64/libnettle.a'),
|
|
('lib/libnettle.%s' % SHLIB_EXT, 'lib64/libnettle.%s' % SHLIB_EXT)],
|
|
'dirs': ['include/nettle'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|