Turbo cache
Added creation of the functor cache for the Turbo production. Related to LBOPG-47
Merge request reports
Activity
@sbenson Can you check that I added the right option files? For some reason I did not manage to access the files from AppConfig.
@sstahl, your options look good to me.
By the way, which Nightlies are failing. I looked today and I don't see any related to not being able to import Tesla.
For the TurboStreamProd thing, could this be because it is a DBASE package so doesnt get pulled in when you ask that Tesla is included?
Added 1 commit:
- 40d3ab65 - Workaround for the TurboCache compilation
I couldn't find the real issue, but replaced
from Configurables import Tesla
with
from Tesla.Configuration import Tesla
which should work tomorrow. The first way of doing things relies on a database of configurables being generated before the cache (which it is!), but somehow something is wrong.
By the way, in Moore we have exactly the same workaround. This pattern
from Configurables import X
seems like a bad idea anyway.Looks like it finds it at
/afs/cern.ch/lhcb/software/DEV/nightlies/DBASE/TurboStreamProd/v99r99
, which is not up to date with the released version/afs/cern.ch/lhcb/software/releases/DBASE/TurboStreamProd/v4r1p4/
@bcouturi, can you have a look?It still misses TurboStreamProd. @bcouturi can you check why TurboStreamProd points to the wrong version?