From be39ae80703572a1413329cd4b13db1a4b7dc15e Mon Sep 17 00:00:00 2001
From: Rosen Matev <rosen.matev@cern.ch>
Date: Tue, 26 Jun 2018 23:13:23 +0200
Subject: [PATCH] Disable functor cache building for Tesla

---
 Phys/TurboCache/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Phys/TurboCache/CMakeLists.txt b/Phys/TurboCache/CMakeLists.txt
index 4d10149c7..e77bab12b 100644
--- a/Phys/TurboCache/CMakeLists.txt
+++ b/Phys/TurboCache/CMakeLists.txt
@@ -36,7 +36,8 @@ if (NOT "$ENV{CMTCONFIG}" MATCHES ".*-do0$")
   # Set dependency so caches build last, after Tesla itself.
   set(conf_deps ${deps} MergedConfDB)
 
-  foreach(production Turbo04 Turbo04_TurCal)
+  #foreach(production Turbo04 Turbo04_TurCal)
+  foreach(production )
     set(cache_name ${production}_FunctorCache)
     set(option_files ${options_${production}})
     MESSAGE(STATUS "Cache for ${production} from: ${option_files}")
-- 
GitLab