Skip to content
Snippets Groups Projects
Commit 5913dba1 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

MongoDB

parent e54e5180
Branches
Tags
No related merge requests found
easyblock = 'PackedBinary'
name = 'MongoDB'
version = '6.0.4'
homepage = 'https://www.mongodb.com/try/download/community'
description = """
The community version of our distributed document
database provides powerful ways to query and analyze your data.
"""
toolchain = SYSTEM
source_urls = ['https://fastdl.mongodb.org/linux/']
sources = ['%(namelower)s-linux-x86_64-rhel80-%(version)s.tgz']
checksums = ['165c01a06f56752c57437a7ee11474c13ba6c64f3ff8b04b9e1ba9bacfff7ac4']
sanity_check_paths = {
'files': ['bin/install_compass', 'bin/mongod', 'bin/mongos'],
'dirs': ['bin']
}
moduleclass = 'data'
...@@ -743,6 +743,9 @@ software: ...@@ -743,6 +743,9 @@ software:
- name: 'MethPipe' - name: 'MethPipe'
owner: 'strube1' owner: 'strube1'
mpi: True mpi: True
- name: 'MongoDB'
owner: 'strube1'
system: True
- name: 'METIS' - name: 'METIS'
owner: 'schoebel1' owner: 'schoebel1'
base: True base: True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment