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:
Lukáš Krupčík 2018-05-31 09:05:47 +02:00
parent 114442f41f
commit 540cea9139
2 changed files with 32 additions and 0 deletions

Binary file not shown.

32
j/Jansson/Jansson-2.11.eb Normal file
View 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'