From 00c97ec8ba1f32761b0de17d4b49bda40b4c5d23 Mon Sep 17 00:00:00 2001
From: Dmitri Konstantinov <dmitri.konstantinov@cern.ch>
Date: Thu, 27 Aug 2015 09:43:59 +0200
Subject: [PATCH] activating valgrind for mac1010 and icc in experimental
 toolchain

---
 cmake/toolchain/heptools-experimental.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/toolchain/heptools-experimental.cmake b/cmake/toolchain/heptools-experimental.cmake
index 0e242794a8..aef5499382 100644
--- a/cmake/toolchain/heptools-experimental.cmake
+++ b/cmake/toolchain/heptools-experimental.cmake
@@ -126,9 +126,9 @@ LCG_external_package(tornado           4.0.2
 if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL slc6) # uuid is not distributed with SLC6
 LCG_external_package(uuid              1.42                                     )
 endif()
-if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL mac1010 AND NOT LCG_TARGET MATCHES "icc" ) # valgrind does not work yet with mac1010 and icc
+#if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL mac1010 AND NOT LCG_TARGET MATCHES "icc" ) # valgrind does not work yet with mac1010 and icc
   LCG_external_package(valgrind          3.10.1                                    )
-endif()
+#endif()
 LCG_external_package(vectorclass       1.16                                     )
 LCG_external_package(vdt               0.3.6                                    )
 LCG_external_package(xapian            1.2.21                                    )
-- 
GitLab