Skip to content
Snippets Groups Projects
  1. Nov 16, 2016
  2. Oct 31, 2016
  3. Oct 26, 2016
    • Vassil Vassilev's avatar
      Implement support for cross-compilation with clang, using gcc toolchain. · 9d8c84b6
      Vassil Vassilev authored
      When building modules with clang from the trunk we need to build with gcc's
      libstdc++. Apparently this can be done in clang in 2 ways:
        1. Building clang with -DGCC_INSTALL_PREFIX=$(dirname `which gcc`)/../
           This would hardcode the patch to the gcc toolchain when compiling clang.
        2. Pass on every compiler invocation --gcc-toolchain=$(dirname `which gcc`)/../
           This allows relocatability of the toolchain.
      
      I decided to implement the second option and got stuck with implementing it in
      cmake. One of the reasons was I was unable to pass --gcc-toolchain early enough
      and try_compile fails at very early stages.
      
      Finally I decided to go for the first option hardcoding the gcc toolchain path
      at clang built time. This is sufficient for modules.
      
      This commit serializes the progress I did on 2 in configure make. Now we can
      configure with --gcc-toolchain in configure-make.
      9d8c84b6
  4. Sep 30, 2016
  5. Jun 21, 2016
    • Mattias Ellert's avatar
      Implement builtin-gl2ps option · 2ddf4658
      Mattias Ellert authored
      ROOT uses builtin gl2ps sources, but has no switch to use the system
      library instead. This adds this missing option.
      2ddf4658
    • Mattias Ellert's avatar
      Implement builtin-unuran option · c0bdb875
      Mattias Ellert authored
      ROOT uses builtin unuran sources, but has no switch to use the system
      library instead. This adds this missing option.
      c0bdb875
    • Mattias Ellert's avatar
      Fix handling of deprecated options · 1be945ad
      Mattias Ellert authored
      The configure script currently uses a simple grep to determine if an option
      is deprecated. This causes problems, since the enable-reflex option is
      deprecated and grepping for enable-r will result in a match. The configure
      script therefore considers enable-r deprecated too, even though it is not.
      This commit addresses this issue.
      1be945ad
  6. Jun 09, 2016
  7. Mar 23, 2016
  8. Feb 24, 2016
  9. Feb 03, 2016
  10. Dec 26, 2015
  11. Dec 18, 2015
  12. Dec 17, 2015
    • Fons Rademakers's avatar
      add support for tbb and imt in the old configure;make system. · dae4322f
      Fons Rademakers authored
      Although it is not anymore the base build system, adding tbb support was
      not too complicated and allows still easy testing of this new feature.
      Use ./configure --enable-tbb. TBB needs to be preinstalled, there is no
      support for the on the fly TBB installation featured supported by cmake.
      dae4322f
  13. Dec 16, 2015
  14. Dec 10, 2015
  15. Nov 06, 2015
  16. Oct 30, 2015
  17. Oct 22, 2015
  18. Oct 15, 2015
  19. Oct 14, 2015
  20. Oct 13, 2015
  21. Oct 05, 2015
  22. Sep 21, 2015
  23. Sep 04, 2015
  24. Sep 02, 2015
  25. Jul 17, 2015
  26. Jul 16, 2015
  27. May 27, 2015
  28. May 21, 2015
  29. May 11, 2015
  30. May 08, 2015
  31. Apr 17, 2015
  32. Feb 23, 2015
Loading