Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
  2. Nov 08, 2022
  3. Jul 20, 2022
    • Rosen Matev's avatar
      Fix check for finding PkgConfig · 7957d578
      Rosen Matev authored
      This is a follow up of !1354. There PkgConfig is only looked up if
      the `pkg_check_modules` macro hasn't been define. The problem is that
      the scope of macros seem to be global, and finding PkgConfig in another
      directory defines that macro. However, variable scope is per directory
      and the cmake of PkgConfig doesn't really work.
      
      This changes the check to use the `PKG_CONFIG_FOUND` variable
      7957d578
  4. Jun 30, 2022
  5. Mar 04, 2022
  6. Feb 16, 2022
  7. Dec 09, 2021
  8. Dec 07, 2021
  9. Dec 01, 2021
  10. Oct 08, 2021
  11. Sep 13, 2021
  12. Sep 07, 2021
  13. Aug 05, 2021
    • Sebastien Ponce's avatar
      "Fixed" scan_dict_deps.py for not including directories · 81107b0b
      Sebastien Ponce authored
      This was discovered thanks to a name collision between Eigen and DD4hep,
      Eigen having an header file named "Core" (with no extension indeed) and
      DD4hep a directory with same name. DD4hep happened to come first in the
      dependency list and thus the directort was used...
      
      Note that this reveal a deeper problem in the scanning made by this tool
      : no scoping and thus no cleaning of the list of directories when going
      to next file. This is the actual root of the problem that lead to DD4hep
      being first in the dependency list
      81107b0b
  14. Jul 16, 2021
  15. Jul 14, 2021
  16. Jul 05, 2021
  17. Jun 29, 2021
  18. May 17, 2021
  19. May 08, 2021
  20. May 04, 2021
  21. Apr 26, 2021
  22. Mar 27, 2021
  23. Mar 25, 2021
Loading