Skip to content
Snippets Groups Projects
  1. Apr 04, 2024
    • Rosen Matev's avatar
      Make zstd a private dependency of LHCb · 77203e8a
      Rosen Matev authored
      Currently Findzstd.cmake is not installed and thus not available in
      downstream projects. When building e.g. Lbcom, zstd seems to be found
      from the (LbEnv) conda environment, which is wrong.
      
      zstd is in practice a private dependency of LHCb because its only user
      MDFLib is not dependend upon outside of LHCb.
      
      In general, CMake looks for packages wherever CMake is installed (i.e.
      the conda environment) and so it's probably good to ignore that with
      something like this
      
      ```
      get_filename_component(_CMAKE_INSTALL_DIR "${CMAKE_ROOT}" PATH)
      get_filename_component(_CMAKE_INSTALL_DIR "${_CMAKE_INSTALL_DIR}" PATH)
      list(APPEND CMAKE_SYSTEM_IGNORE_PREFIX_PATH "${_CMAKE_INSTALL_DIR}")
      ```
      
      Not sure where this belongs exactly.
      
      Follows up on !4444
      77203e8a
    • Eduardo Rodrigues's avatar
      Merge branch 'avilla_decay_length_rename' into 'master' · 9a3f11f1
      Eduardo Rodrigues authored
      decayLength rename in ParticleParams
      
      See merge request !4485
      9a3f11f1
    • Andrea Villa's avatar
      decayLength rename in ParticleParams · 0d00991b
      Andrea Villa authored and Eduardo Rodrigues's avatar Eduardo Rodrigues committed
      0d00991b
  2. Apr 03, 2024
  3. Apr 01, 2024
  4. Mar 27, 2024
  5. Mar 25, 2024
  6. Mar 24, 2024
  7. Mar 23, 2024
  8. Mar 22, 2024
  9. Mar 21, 2024
  10. Mar 20, 2024
  11. Mar 19, 2024
  12. Mar 18, 2024
Loading