diff --git a/Phys/StrippingCache/CMakeLists.txt b/Phys/StrippingCache/CMakeLists.txt index 28cf535d0c96426e99fd3813ffae2c74c14639bb..d9c7a4567b2f06989dd753da46a7315884ce5b1b 100644 --- a/Phys/StrippingCache/CMakeLists.txt +++ b/Phys/StrippingCache/CMakeLists.txt @@ -1,7 +1,7 @@ ################################################################################ # Package: StrippingCache ################################################################################ -gaudi_subdir(StrippingCache v1r8) +gaudi_subdir(StrippingCache v1r9) gaudi_depends_on_subdirs(Phys/DaVinci Phys/LoKiArrayFunctors @@ -41,8 +41,8 @@ if ( NOT "$ENV{CMTCONFIG}" STREQUAL "x86_64-slc6-gcc48-do0" ) # Set dependency so caches build last, after DaVinci itself. set ( conf_deps ${deps} DaVinciConfUserDB ) - # Build the caches, most recent first - foreach(strip 28 27 26 25 24 22 21r1p1 21r0p1) + # Build the cache only for the most recent stripping. + foreach(strip 28) # Stripping cache name set ( sname S${strip}FunctorCache ) diff --git a/Phys/StrippingCache/cmt/requirements b/Phys/StrippingCache/cmt/requirements index 7d1e679aa187039853783bb851bfae7c4d105d72..10ec16c50b7e71e162b51d680ebe2dc8525dc964 100644 --- a/Phys/StrippingCache/cmt/requirements +++ b/Phys/StrippingCache/cmt/requirements @@ -3,7 +3,7 @@ # Maintainer : Vanya BELYAEV Ivan.Belyaev@itep.ru # ============================================================================= package StrippingCache -version v1r8 +version v1r9 # The build of this package is not enabled with CMT diff --git a/Phys/StrippingCache/cmt/version.cmt b/Phys/StrippingCache/cmt/version.cmt index 04ad7e78a9eed6246bdf541bcf6ee1d0c7a38ea2..efb961f6b8e1392be2ac5e233af6dae958bc4165 100644 --- a/Phys/StrippingCache/cmt/version.cmt +++ b/Phys/StrippingCache/cmt/version.cmt @@ -1 +1 @@ -v1r8 +v1r9 diff --git a/Phys/StrippingCache/doc/release.notes b/Phys/StrippingCache/doc/release.notes index ddbc4d291dbf18ac452ac448a8eb77d0d6eb8c4b..68c3e6891253b5fde0d986a0f955463978ffd081 100644 --- a/Phys/StrippingCache/doc/release.notes +++ b/Phys/StrippingCache/doc/release.notes @@ -5,6 +5,11 @@ ! Created : 2015-02-04 ! ----------------------------------------------------------------------------- +!======================== StrippingCache v1r9 2017-03-22 ======================= + +! 2017-03-22 - Michael Alexander + - Edit CMakeLists.txt to build the cache only for the most recent stripping. + !======================== StrippingCache v1r8 2017-01-31 ======================= ! 2017-01-31 - Ricardo Vazquez Gomez