From 5913dba15aa9c444cd808da5b0bc7e1afdaf3c3e Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Fri, 17 Feb 2023 14:12:44 +0100 Subject: [PATCH] MongoDB --- Golden_Repo/m/MongoDB/MongoDB-6.0.4.eb | 25 +++++++++++++++++++++++++ acls.yml | 3 +++ 2 files changed, 28 insertions(+) create mode 100644 Golden_Repo/m/MongoDB/MongoDB-6.0.4.eb diff --git a/Golden_Repo/m/MongoDB/MongoDB-6.0.4.eb b/Golden_Repo/m/MongoDB/MongoDB-6.0.4.eb new file mode 100644 index 000000000..00b6d3120 --- /dev/null +++ b/Golden_Repo/m/MongoDB/MongoDB-6.0.4.eb @@ -0,0 +1,25 @@ +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' diff --git a/acls.yml b/acls.yml index 69c078016..e246b38ec 100644 --- a/acls.yml +++ b/acls.yml @@ -743,6 +743,9 @@ software: - name: 'MethPipe' owner: 'strube1' mpi: True + - name: 'MongoDB' + owner: 'strube1' + system: True - name: 'METIS' owner: 'schoebel1' base: True -- GitLab