Skip to content
Snippets Groups Projects
Commit 6f620c26 authored by Marios Asiminakis's avatar Marios Asiminakis
Browse files

Added checksums for arax and SHAMBLES

parent 9d295209
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,11 @@ description = "Initial easybuild arax release"
toolchain = {'name': 'foss', 'version': '2022a'}
source_urls = [
'https://github.com/CARV-ICS-FORTH/arax/archive/refs/heads/'
'https://github.com/CARV-ICS-FORTH/arax/archive/'
]
sources = ['master.tar.gz']
sources = ['e5337fe.tar.gz']
checksums = ['a7700904080faf284d807774e8f764976bb97a192162ee5e344725cad6933845']
easyblock = 'CMakeMake'
moduleclass = 'lib'
......@@ -5,10 +5,11 @@ description = "Initial release for easybuild SHMABLES"
toolchain = SYSTEM
source_urls = [
'https://github.com/CARV-ICS-FORTH/shambles/archive/refs/heads/'
'https://github.com/CARV-ICS-FORTH/shambles/archive/'
]
sources = ['master.tar.gz']
sources = ['8cb54a4.tar.gz']
checksums = ['a67f5f7cbd90feb79f0df67d36b31b5e1bf707a1bad75400835d6c62632f5fc2']
easyblock = 'ConfigureMake'
preconfigopts = 'cd jemalloc && ./autogen.sh && '
prebuildopts = 'cd jemalloc && '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment