From 7d89338bd2896f191e5ae4267adc170a206c4364 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 2 Apr 2019 13:21:51 +0200 Subject: fix jemalloc and remove colors from all.py --- allocators/BA_allocators.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'allocators/BA_allocators.py') diff --git a/allocators/BA_allocators.py b/allocators/BA_allocators.py index 6ae438f..b483ca4 100644 --- a/allocators/BA_allocators.py +++ b/allocators/BA_allocators.py @@ -40,8 +40,9 @@ jemalloc = Alloc("jemalloc", sources=Alloc_Src("jemalloc", retrieve_cmds=["git clone https://github.com/jemalloc/jemalloc.git"], prepare_cmds=["git checkout 5.1.0", "./autogen.sh"]), - LD_PRELOAD="{dir}/lib/libjemalloc.so", + LD_PRELOAD="{srcdir}/lib/libjemalloc.so", build_cmds=["cd {srcdir}; ./configure --prefix={dir} CFLAGS=" + optimisation_flag, + "cd {srcdir}; make -j4", "mkdir {dir}"], color="C4") -- cgit v1.2.3