Skip to content
Snippets Groups Projects
Commit 00c97ec8 authored by Dmitri Konstantinov's avatar Dmitri Konstantinov
Browse files

activating valgrind for mac1010 and icc in experimental toolchain

parent b309cae0
No related branches found
No related tags found
No related merge requests found
...@@ -126,9 +126,9 @@ LCG_external_package(tornado 4.0.2 ...@@ -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 if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL slc6) # uuid is not distributed with SLC6
LCG_external_package(uuid 1.42 ) LCG_external_package(uuid 1.42 )
endif() 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 ) LCG_external_package(valgrind 3.10.1 )
endif() #endif()
LCG_external_package(vectorclass 1.16 ) LCG_external_package(vectorclass 1.16 )
LCG_external_package(vdt 0.3.6 ) LCG_external_package(vdt 0.3.6 )
LCG_external_package(xapian 1.2.21 ) LCG_external_package(xapian 1.2.21 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment