mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
new file: j/Jansson/.Jansson-2.11.eb.swp
new file: j/Jansson/Jansson-2.11.eb Former-commit-id: 16f2a5c315d4f884d65c6d9d5c974b730211ffda
This commit is contained in:
parent
114442f41f
commit
540cea9139
BIN
j/Jansson/.Jansson-2.11.eb.swp
Normal file
BIN
j/Jansson/.Jansson-2.11.eb.swp
Normal file
Binary file not shown.
32
j/Jansson/Jansson-2.11.eb
Normal file
32
j/Jansson/Jansson-2.11.eb
Normal file
@ -0,0 +1,32 @@
|
||||
# IT4Innovations 2018
|
||||
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'Jansson'
|
||||
version = "2.6"
|
||||
|
||||
homepage = 'http://www.digip.org/jansson/'
|
||||
description = """Jansson is a C library for encoding, decoding and manipulating JSON data.
|
||||
Its main features and design principles are:
|
||||
* Simple and intuitive API and data model
|
||||
* Comprehensive documentation
|
||||
* No dependencies on other libraries
|
||||
* Full Unicode support (UTF-8)
|
||||
* Extensive test suite"""
|
||||
|
||||
toolchain = {'name': 'GCC', 'version': '4.8.3'}
|
||||
|
||||
# fi. https://github.com/akheron/jansson/archive/2.5.zip
|
||||
source_urls = ['https://github.com/akheron/jansson/archive/']
|
||||
sources = ['%(version)s.tar.gz']
|
||||
|
||||
preconfigopts = 'autoreconf -i && '
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['lib/libjansson.%s' % SHLIB_EXT],
|
||||
'dirs': ['include'],
|
||||
}
|
||||
|
||||
runtest = 'check'
|
||||
|
||||
moduleclass = 'devel'
|
Loading…
x
Reference in New Issue
Block a user