From 352a19780ac266b2f915131f66599f827a54e8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 19 Jul 2018 13:44:45 +0200 Subject: [PATCH] modified: g/gperftools/gperftools-2.7-GCC-6.3.0-2.27.eb Former-commit-id: 17449f888eb02dc0d386a9cc847c44bc88678e75 --- g/gperftools/gperftools-2.7-GCC-6.3.0-2.27.eb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/g/gperftools/gperftools-2.7-GCC-6.3.0-2.27.eb b/g/gperftools/gperftools-2.7-GCC-6.3.0-2.27.eb index 50776bf9..2b955960 100644 --- a/g/gperftools/gperftools-2.7-GCC-6.3.0-2.27.eb +++ b/g/gperftools/gperftools-2.7-GCC-6.3.0-2.27.eb @@ -1,3 +1,5 @@ +# IT4Innovations 2018 + easyblock = 'ConfigureMake' name = 'gperftools' @@ -23,4 +25,6 @@ sanity_check_paths = { 'dirs': [] } +modextrapaths = {'LD_PRELOAD': 'lib/libtcmalloc_minimal.so.4'} + moduleclass = 'tools'