Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/l/libev/libev-4.33-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Author: J. Sassmannshausen (Imperial College London/UK)

easyblock = 'ConfigureMake'

name = 'libev'
version = '4.33'

homepage = 'http://software.schmorp.de/pkg/libev.html'
description = """A full-featured and high-performance (see benchmark)
event loop that is loosely modelled after libevent, but without its
limitations and bugs. It is used in GNU Virtual Private Ethernet,
rxvt-unicode, auditd, the Deliantra MORPG Server and Client, and many
other programs."""

toolchain = {'name': 'GCC', 'version': '11.2.0'}
toolchainopts = {'pic': True}

source_urls = ['http://dist.schmorp.de/libev/Attic']
sources = ['%(name)s-%(version)s.tar.gz']

checksums = [
'507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea', # libev-4.33.tar.gz
]

builddependencies = [
('binutils', '2.37'),
]

sanity_check_paths = {
'files': ['lib/libev.%s' % SHLIB_EXT],
'dirs': ['include/', 'share'],
}

moduleclass = 'lib'