Skip to content
Snippets Groups Projects
  1. Aug 11, 2021
  2. May 03, 2021
  3. May 01, 2021
  4. Apr 30, 2021
  5. Apr 29, 2021
  6. Apr 28, 2021
  7. Apr 26, 2021
  8. Apr 25, 2021
  9. Apr 24, 2021
  10. Apr 23, 2021
  11. Apr 22, 2021
    • Tobias Triffterer's avatar
      Fix Path for ROOT Includes · d7557d16
      Tobias Triffterer authored
      Under the Filesystem Hierarchy Standard, the includes should go to
      <prefix>/include, not <prefix>/share/include...
      Verified
      d7557d16
    • Tobias Triffterer's avatar
      Also Install ROOT Headers · ae33d9bc
      Tobias Triffterer authored
      Normally, one would expect headers in a development package, but if the
      header files are not available in the environment where ROOT is run,
      Cling will throw error messages.
      
      This even happens when the version of ROOT is printed in int main() of
      the server or the client.
      
      Therefore, we also install the header files. Their directory should/must
      be put in the environment variable ROOT_INCLUDE_PATH.
      Verified
      ae33d9bc
    • Tobias Triffterer's avatar
      Install ROOT Files with CMake · 3794b20f
      Tobias Triffterer authored
      When “make install” is called for the main project, some files from ROOT
      (binaries, libraries, config files, .rootmap files, etc.) are copied to
      the installation prefix given to CMake.
      Verified
      3794b20f
    • Tobias Triffterer's avatar
      Fix Building ROOT · a236540e
      Tobias Triffterer authored
      The check if the compilation results from ROOT exist run during cmake
      and not make, so in a fresh build directory it will always fail.
      
      This removes these unfulfillable checks and creates the required
      directories so the targets can be created.
      Verified
      a236540e
  12. Apr 21, 2021
  13. Apr 20, 2021
Loading