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

new file: a/Automake/Automake-1.16.2-GCCcore-9.3.0.eb new file: a/Autotools/Autotools-20200321-GCCcore-9.3.0.eb new file: l/libevent/libevent-2.1.12-GCCcore-9.3.0.eb new file: n/NVHPC/NVHPC-21.2-OpenMPI-4.0.5.eb new file: n/NVHPC/NVHPC-21.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-13.0.1.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2.eb new file: p/phono3py/phono3py-1.22.2-conda.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0.eb
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libevent'
|
|
version = '2.1.12'
|
|
|
|
homepage = 'https://libevent.org/'
|
|
|
|
description = """
|
|
The libevent API provides a mechanism to execute a callback function when
|
|
a specific event occurs on a file descriptor or after a timeout has been
|
|
reached. Furthermore, libevent also support callbacks due to signals or
|
|
regular timeouts.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/%(name)s/%(name)s/releases/download/release-%(version)s-stable/']
|
|
sources = ['%(name)s-%(version)s-stable.tar.gz']
|
|
checksums = ['92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.34'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/event_rpcgen.py', 'include/event.h', 'include/event2/event.h',
|
|
'lib/libevent_core.%s' % SHLIB_EXT, 'lib/pkgconfig/libevent.pc'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lib'
|