Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
86c8d1a3
Commit
86c8d1a3
authored
May 31, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-salomon'
parents
243e4083
95a29be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
j/Jansson/Jansson-2.11.eb
j/Jansson/Jansson-2.11.eb
+32
-0
No files found.
j/Jansson/Jansson-2.11.eb
0 → 100644
View file @
86c8d1a3
# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'Jansson'
version = '2.11'
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': 'dummy', 'version': ''}
# 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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment