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 0000000000000000000000000000000000000000..00b6d31207a5b8f52ffff7d2c751746dffc099c3 --- /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 c1a8b1d3daf16f4237fe471f3f6cd3f83ad6bbe9..62898ce72509bd7a317208253773ffb540562263 100644 --- a/acls.yml +++ b/acls.yml @@ -749,6 +749,9 @@ software: - name: 'MethPipe' owner: 'strube1' mpi: True + - name: 'MongoDB' + owner: 'strube1' + system: True - name: 'METIS' owner: 'schoebel1' base: True