Skip to content
Snippets Groups Projects
  1. Feb 10, 2013
  2. Dec 13, 2012
  3. May 31, 2012
  4. Apr 19, 2012
    • Fons Rademakers's avatar
      From Pere: · e060a449
      Fons Rademakers authored
      - add support for 'clang' compiler, which was not the case before.  
      - add support for 'cocoa'
      - Added rpath link options "@loader_path/../lib" for executables and
        "@rpath" for libraries for MacOSX platform
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@43836 27541ba8-7e3a-0410-8455-c3a389f83636
      e060a449
  5. Apr 12, 2012
  6. Dec 02, 2011
  7. Dec 01, 2011
  8. Oct 28, 2011
    • Fons Rademakers's avatar
      From Pere: · fd9e78bc
      Fons Rademakers authored
      - Removed the build of executable "drop_from_path"
      - Added "-b" option to all tests that opens a X11 canvas
      - Copy /etc, /icons, /fonts/ when running test from the binary directory
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41634 27541ba8-7e3a-0410-8455-c3a389f83636
      fd9e78bc
  9. Oct 25, 2011
    • Fons Rademakers's avatar
      From Pere: · f664152e
      Fons Rademakers authored
      - Fixed the problem that the Fortran could be optional.  
      - Fixed Cling option in core/meta package
      - Fixed libraries to be linked when 'explicitlink' is enabled in cint/ROOT
      - Generating ROOTConfig.cmake for use by CMake projects using ROOT.
        It is placed under ${CMAKE_INSTALL_PREFIX}/cmake directory 
        after installation or at top level of the build directory if using
        the build area.
        Project clients just need to add these lines in their CMakeLists.txt file: 
            find_package(ROOT REQUIRED)
            include(${ROOT_USE_FILE})
      - Added new macro ROOT_ADD_TEST(...) to add tests into the project and
        a new script RootTestDrover.cmake 
      - Added a new option 'testing' to enable CTest tests.
      - Moved CPack setting to its own file in cmake/modules/RootCPack.make
      - Moved CTest settings to its own file in cmake/modules/RootCTest.cmake
      - Simplified the StandaloneBuild.cmake to make use of the new ROOTConfig.cmake
      - Added the tests available in /test directory
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41577 27541ba8-7e3a-0410-8455-c3a389f83636
      f664152e
  10. Jul 18, 2011
    • Axel Naumann's avatar
      From Pere: · c3cfe3c2
      Axel Naumann authored
      Adds CPack installer capabilities to the CMake system.
      To generate the installers is as simple as making the target 'package' . Alternatively you can use the cpack command like this:
        cpack -G NSIS
      or 
        cpack -G PackageMaker
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40270 27541ba8-7e3a-0410-8455-c3a389f83636
      c3cfe3c2
  11. Jun 12, 2011
    • Fons Rademakers's avatar
      From Pere: · a2efbd06
      Fons Rademakers authored
      - Added fitsio component
      - Added experimentally two new options 'builtin_gsl' and 'builtin_cfitsio'
        to build these packages within ROOT when needed by downloading the source
        code from the web.
      - Fixed a problem with sometimes incompatible versions of the python
        interpreter and libraries.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39685 27541ba8-7e3a-0410-8455-c3a389f83636
      a2efbd06
  12. Jun 09, 2011
    • Fons Rademakers's avatar
      From Pere: · f28a6e2d
      Fons Rademakers authored
      - Finalized packages for options 'qt' and 'qtgsi' for Windows and Linux. 
        With this the build on Windows with all possible options is completed.
      - Changed the default for options to be equivalent to the traditional
        ROOT configure. They will be turned off is the required external is 
        not found.
      - Reduced the verbosity of the cmake command the second time it is executed
        and has already found the external packages
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39652 27541ba8-7e3a-0410-8455-c3a389f83636
      f28a6e2d
  13. Jun 07, 2011
    • Fons Rademakers's avatar
      From Pere: · 321bd727
      Fons Rademakers authored
      - Added the following packages: oracle, mysql, odbc, gviz, fftw, pythia6,
        pythia8, unuran, table
      - Changed the default values for the build options depending on platform
        such that they display correctly with cmake-gui or ccmake
      - Fixed mathmore build on Windows
      - Make histfactory depending on xml option
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39577 27541ba8-7e3a-0410-8455-c3a389f83636
      321bd727
  14. May 27, 2011
    • Fons Rademakers's avatar
      From Pere: · 79d2161a
      Fons Rademakers authored
      Introduce alternative cmake based build system. Cmake is especially convenient
      for building on Windows, as it can produce VC projects or nmake files and 
      does not require cygwin to be installed. In addition on OSX Xcode projects
      can be generated.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
      79d2161a
Loading