README 826 B

123456789101112131415161718192021
  1. ROOT - A data analysis framework.
  2. ROOT provides a set of frameworks with the functionality needed to
  3. handle and analyze large amounts of data in an efficient way. It
  4. includes specialized storage methods such as histograms, curve
  5. fitting, function evaluation, minimization, graphics, visualization
  6. classes; the C++ interpreter cling for fast prototyping; and powerful
  7. parallel processing support.
  8. It comes with a lot of different options for compilation. And it
  9. seems impossible to stress all of them in this one script. Therefore
  10. the potential user is strongly advised to check the cmake command
  11. arguments.
  12. Compilation takes quite a while, thus consider to build ROOT like that:
  13. # MAKEFLAGS=-j5 ./root.SlackBuild
  14. REQUIREMENTS: gl2ps libAfterImage numpy3 tbb ftgl
  15. NOTE: ROOT's python TMVA requires numpy3 built over blas.