# 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 = SYSTEM 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'