mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
637 B
Plaintext
27 lines
637 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 = 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'
|