diff --git a/cmake/toolchain/heptools-experimental.cmake b/cmake/toolchain/heptools-experimental.cmake index 0e242794a8e36d0fb162f256cec4d184d470206e..aef5499382b3627391100bfbeebb922a0b221b1a 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 )