1. 02 May, 2018 3 commits
  2. 30 Apr, 2018 2 commits
  3. 29 Apr, 2018 9 commits
  4. 28 Apr, 2018 4 commits
  5. 27 Apr, 2018 2 commits
  6. 25 Apr, 2018 2 commits
    • Luca Boccassi's avatar
      Merge pull request #3055 from dennisklein/master · 69a894e1
      Luca Boccassi authored
      Install relocatable dylibs (MacOS)
      69a894e1
    • Dennis Klein's avatar
      Install relocatable dylibs (MacOS) · 0dda6366
      Dennis Klein authored
      Problem: When building libzmq with CMake, the installed libzmq.dylib
        has a relative install name (otool -D libzmq.dylib) on MacOS. This
        is a regression against building via autotools which sets an
        absolute install name. Effectively, the CMake built libzmq.dylib
        is rendered useless if installed in non-system directories and
        used in environments without explicit DYLD_LIBRARY_PATH mgmt. For
        example running any of the installed executables currently fails:
        $ /some_install_prefix/bin/inproc_lat
        dyld: Library not loaded: libzmq.5.dylib
          Referenced from: /some_install_prefix/bin/inproc_lat
          Reason: image not found
        Trace/BPT trap: 5
      
      Solution: Best practice is to install relocatable dylibs.
        On MacOS this means setting an install name with a special prefix,
        e.g. @rpath/libzmq.dylib, and adding the relevant search paths
        to the embedded rpath list. In this patch the necessary CMake options
        are added to generate the desired relocatable dylibs. Find more
        information on: https://cmake.org/Wiki/CMake_RPATH_handling.
      0dda6366
  7. 23 Apr, 2018 2 commits
  8. 19 Apr, 2018 2 commits
  9. 14 Apr, 2018 2 commits
  10. 13 Apr, 2018 1 commit
  11. 04 Apr, 2018 1 commit
  12. 03 Apr, 2018 3 commits
  13. 02 Apr, 2018 1 commit
  14. 28 Mar, 2018 5 commits
  15. 27 Mar, 2018 1 commit