From 267e346c1ff4079d5eac30f92c61ee422736654c Mon Sep 17 00:00:00 2001 From: Marios Asiminakis <marios4@ics.forth.gr> Date: Tue, 19 Dec 2023 17:04:24 +0200 Subject: [PATCH] Fixed identation for arax and SHAMBLES --- Golden_Repo/a/arax/arax-0.1-foss-2022a.eb | 2 +- Golden_Repo/s/SHAMBLES/SHAMBLES-0.1.eb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb b/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb index 9fd61758..8d95b8ef 100644 --- a/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb +++ b/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb @@ -5,7 +5,7 @@ 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/refs/heads/' ] sources = ['master.tar.gz'] diff --git a/Golden_Repo/s/SHAMBLES/SHAMBLES-0.1.eb b/Golden_Repo/s/SHAMBLES/SHAMBLES-0.1.eb index 474abd13..0920eaf9 100644 --- a/Golden_Repo/s/SHAMBLES/SHAMBLES-0.1.eb +++ b/Golden_Repo/s/SHAMBLES/SHAMBLES-0.1.eb @@ -5,7 +5,7 @@ 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/refs/heads/' ] sources = ['master.tar.gz'] @@ -16,4 +16,4 @@ moduleclass = 'lib' preinstallopts = 'cd jemalloc && ' modextrapaths = {'LD_PRELOAD': ['lib/libjemalloc.so']} -modloadmsg = 'Make sure your kernel has CONFIG_PGFAULT_SAMPLE_PROFILER enabled, or SHAMBLES will missbehave' +modloadmsg = 'Make sure your kernel has CONFIG_KROOM enabled, or SHAMBLES will missbehave' -- GitLab