Skip to content

Commit

Permalink
Add Jena-4.10.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SIB-software committed Jan 31, 2024
1 parent 294c885 commit 7dfbe2f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions easybuild/easyconfigs/j/Jena/Jena-4.10.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Contribution from the SIB Swiss Institute of Bioinformatics
# uploaded by S. Moretti

easyblock = 'PackedBinary'

name = 'Jena'
version = '4.10.0'

homepage = 'https://jena.apache.org/'
description = """A free and open source Java framework for building Semantic
Web and Linked Data applications.
"""
# software_license = 'LicenseApachev2'

toolchain = SYSTEM

dependencies = [
('Java', '11'),
]

source_urls = ['https://dlcdn.apache.org/jena/binaries/']
sources = ['apache-jena-%(version)s.tar.gz']
checksums = ['1b690287917659fad2382afe7c43b4da694e4957d5d8ecb7b9918d11aacb47e3']

postinstallcmds = [
'rm -rf %(installdir)s/bat/ %(installdir)s/lib-src/',
'rm -rf %(installdir)s/src-examples/',
]

sanity_check_paths = {
'files': ['bin/riot'],
'dirs': ['lib/'],
}

sanity_check_commands = [
"riot --help",
]

moduleclass = 'devel'

0 comments on commit 7dfbe2f

Please sign in to comment.