mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00
new file: m/mongolite/mongolite-2.3.0-foss-2021a-R-4.1.0.eb
This commit is contained in:
parent
7d42282791
commit
bd33a3f032
31
m/mongolite/mongolite-2.3.0-foss-2021a-R-4.1.0.eb
Normal file
31
m/mongolite/mongolite-2.3.0-foss-2021a-R-4.1.0.eb
Normal file
@ -0,0 +1,31 @@
|
||||
easyblock = 'RPackage'
|
||||
|
||||
name = 'mongolite'
|
||||
version = '2.3.0'
|
||||
versionsuffix = '-R-%(rver)s'
|
||||
|
||||
homepage = 'https://cran.r-project.org/web/packages/%(name)s'
|
||||
description = """High-performance MongoDB client based on 'mongo-c-driver' and 'jsonlite'.
|
||||
Includes support for aggregation, indexing, map-reduce, streaming, encryption,
|
||||
enterprise authentication, and GridFS. The online user manual provides an overview
|
||||
of the available methods in the package: <https://jeroen.github.io/mongolite/>."""
|
||||
|
||||
toolchain = {'name': 'foss', 'version': '2021a'}
|
||||
|
||||
source_urls = ['https://github.com/jeroen/mongolite/archive']
|
||||
sources = ['v%(version)s.tar.gz']
|
||||
checksums = ['ea691b3f74571152212f3ab96e1f0413240534d1ca4659f12b653bffac97bf66']
|
||||
|
||||
dependencies = [('R', '4.1.0')]
|
||||
|
||||
osdependencies = [
|
||||
OS_PKG_OPENSSL_DEV,
|
||||
('cyrus-sasl-devel', 'libsasl2-dev'),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': [],
|
||||
'dirs': ['mongolite'],
|
||||
}
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user