Skip to content
Snippets Groups Projects
  1. Apr 11, 2018
  2. Mar 18, 2018
  3. Mar 16, 2018
  4. Mar 14, 2018
    • scott snyder's avatar
      GaudiProjectConfig: Fix generated __init__ files to handle symlinks. · 5bed51c5
      scott snyder authored
      The __init__.py files generated from GaudiProjectConfig.cmake has
      code like:
      
      ```
      __path__ = [d for d in [os.path.join(d, '${pypack}') for d in sys.path if d]
                  if (d.startswith('${CMAKE_BINARY_DIR}') or
       ```
      
      However, if the working path contains a symlink, then the element in
      sys.path may have the symlink, but the value from ${CMAKE_BINARY_DIR}
      to which we compare it will have the symlink expanded.  Change to expand
      any symlinks (using os.path.realname) in the paths from sys.path
      before comparing.
      
      5bed51c5
  5. Mar 08, 2018
  6. Feb 23, 2018
  7. Feb 20, 2018
  8. Jan 25, 2018
  9. Jan 18, 2018
  10. Nov 29, 2017
  11. Nov 21, 2017
  12. Nov 17, 2017
    • Attila Krasznahorkay's avatar
      Made the following changes to variable names: · 005b33d2
      Attila Krasznahorkay authored
        - CPP_GSL_INCLUDE_DIR -> CPPGSL_INCLUDE_DIR
        - CPP_GSL_INCLUDE_DIRS -> CPPGSL_INCLUDE_DIRS
        - CPP_GSL_FOUND -> CPPGSL_FOUND
        - RANGES_V3_INCLUDE_DIR -> RANGEV3_INCLUDE_DIR
        - RANGES_V3_INCLUDE_DIRS -> RANGEV3_INCLUDE_DIRS
        - RANGES_V3_FOUND -> RANGEV3_FOUND
      
      I didn't rename all "internal" variables of externals.cmake however, as there didn't
      seem to be much point in doing that.
      005b33d2
  13. Nov 14, 2017
  14. Nov 10, 2017
  15. Nov 06, 2017
  16. Oct 02, 2017
  17. Sep 27, 2017
  18. Sep 26, 2017
  19. Sep 25, 2017
  20. Sep 21, 2017
  21. Sep 19, 2017
  22. Sep 18, 2017
  23. Jul 27, 2017
  24. Jul 26, 2017
  25. Jul 23, 2017
  26. Jul 21, 2017
Loading