easyconfigs-it4i/l/libuv/libuv-1.20.3.eb
Lukáš Krupčík 1dd4bba036 new file: h/HyperLoom/HyperLoom-0.9.eb
new file:   l/libuv/libuv-1.20.3.eb
	new file:   l/loom/loom-0.9-Py-3.6.eb


Former-commit-id: 083e34a3b17e796a1c2236e8051442ae148970b9
2018-05-30 09:09:47 +02:00

27 lines
663 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'libuv'
version = '1.20.3'
homepage = 'https://github.com/libuv'
description = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others."
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/libuv/libuv/archive/']
sources = ['v1.20.3.tar.gz']
preconfigopts = "./autogen.sh && "
builddependencies = [('Autotools', '20150215')]
sanity_check_paths = {
'files': [],
'dirs': ['include', 'lib'],
}
moduleclass = 'lib'