Skip to content
Snippets Groups Projects
  1. Jun 03, 2008
  2. Jun 02, 2008
  3. May 21, 2008
    • Fons Rademakers's avatar
      add -rpath support for MacOS X 10.5 (first version supporting -rpath). · 25605598
      Fons Rademakers authored
      It has the additional nice feature the it allows relative rpaths depending
      on the location of the executable. Hence if the executable and shared libraries
      are moved around in sync then the executable can always find the shared libs
      and there is no need for LD_LIBRARY_PATH. This also allows ROOT to be
      packaged in an .app bundle that can be placed anywhere on the system.
      The relative rpath is used when running: ./configure --enable-rpath.
      Note, on 10.5 it is not needed to set DYLD_LIBRARY_PATH anymore, just
      LD_LIBRARY_PATH is ok.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23952 27541ba8-7e3a-0410-8455-c3a389f83636
      25605598
  4. May 19, 2008
  5. May 08, 2008
    • Rene Brun's avatar
      From Matevz: · f75abd6e
      Rene Brun authored
      I reviewed the gentoo policy. They explicitly and strictly avoid compiling object files for static libraries with -fPIC.
      
      As I don't want to a) get into flame war with gentoo people; nor b) compile gsl manually, I guess, at least for now, the best option is to have a configuration option --enable-gsl-shared to use shared libs for gsl.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23760 27541ba8-7e3a-0410-8455-c3a389f83636
      f75abd6e
  6. May 02, 2008
  7. Apr 24, 2008
  8. Apr 14, 2008
  9. Apr 03, 2008
  10. Apr 02, 2008
  11. Mar 31, 2008
  12. Mar 27, 2008
  13. Mar 26, 2008
  14. Mar 25, 2008
  15. Mar 21, 2008
    • Fons Rademakers's avatar
      From Gerri: · 61746fd3
      Fons Rademakers authored
      - In XROOTD, disable the build by default of the client Perl interface: it
        generates several warnings from SWIG and it does not build on some systems
      - Add a new option '--with-xrootd-opts="..."'  to 'configure' to specify
        additional configuration flags to xrootd; in this way those needing,
        for example, the Perl interface, they can get it by configuring with
         ./configure --with-xrootd-opts="--enable-perlint" <other-options>
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@22814 27541ba8-7e3a-0410-8455-c3a389f83636
      61746fd3
  16. Mar 19, 2008
  17. Mar 14, 2008
  18. Mar 12, 2008
  19. Mar 11, 2008
    • Fons Rademakers's avatar
      From Axel: · 191fc1bd
      Fons Rademakers authored
      add support for depracated options (like mathcore) so they don't fail
      nightly builds, configure just issues a warning that the option is now
      deprecated. configure now also issues an INFO message in case one explicitly
      enables an option that is by default already enabled (and vice versa).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@22586 27541ba8-7e3a-0410-8455-c3a389f83636
      191fc1bd
  20. Mar 07, 2008
  21. Feb 15, 2008
  22. Feb 08, 2008
  23. Feb 01, 2008
  24. Jan 30, 2008
    • Fons Rademakers's avatar
      From Anar Manafov: · ff13bc48
      Fons Rademakers authored
      plugin for gLite using TGrid interface. The TGLite class defines an 
      interface to gLite GRID services. This class is a part of RGlite plug-in
      developed at GSI, Darmstadt.
      The RGLite plug-in uses glite-api-wrapper library (GAW) to perform Grid
      operations and provides the following featuries:
      - Workload Management System operations
      - File Catalog operations (gLite/LCG LFC API)
      - An executive logging
      - Support of an external xml configuration file with according XML schema
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21921 27541ba8-7e3a-0410-8455-c3a389f83636
      ff13bc48
  25. Jan 25, 2008
  26. Jan 13, 2008
  27. Jan 08, 2008
  28. Dec 20, 2007
  29. Dec 19, 2007
  30. Dec 18, 2007
  31. Dec 12, 2007
Loading