Newer
Older
TB_Chris / Kepler / cmt / requirements
  1. package Kepler
  2. version v3r0
  3.  
  4. branches doc cmt options tests
  5.  
  6. # Packages needed to compile and link the application
  7. use GaudiConf v* -no_auto_imports
  8. use GaudiKernel v*
  9.  
  10. # Packages needed to resolve external dependencies at run time
  11. use Python v* LCG_Interfaces -no_auto_imports
  12.  
  13. # The rest are needed only to set up environment variables for job options
  14. # and to give a cmt broadcast dependency for user checked out component packages
  15.  
  16. # From GAUDI project
  17. use GaudiSvc v* -no_auto_imports
  18. use GaudiPython v* -no_auto_imports
  19. use Gaudi v* -no_auto_imports
  20. #use GaudiOnline v* Online -no_auto_imports
  21.  
  22. # Testbeam specific packages
  23. use TbAlgorithms v* Tb -no_auto_imports
  24. use TbIO v* Tb -no_auto_imports
  25. use TbKernel v* Tb
  26.  
  27. # Requirements to use Ganga
  28. use DDDB v* Det -no_auto_imports
  29. use LHCbAlgs v* Kernel -no_auto_imports
  30.  
  31. # Setup the application
  32. apply_pattern application_path
  33. apply_pattern install_python_modules
  34. apply_pattern GaudiApp
  35. apply_pattern QMTest
  36.