- Jun 03, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24113 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 02, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24100 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
To build 32 bit version on x8664 machine just do: ./configure linux git-svn-id: http://root.cern.ch/svn/root/trunk@24099 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2008
-
-
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
-
- May 19, 2008
-
-
Fons Rademakers authored
remove references to athena from the Kerberos search paths. git-svn-id: http://root.cern.ch/svn/root/trunk@23918 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 08, 2008
-
-
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
-
- May 02, 2008
-
-
Fons Rademakers authored
on MacOS X. The /usr/lib version is a proper universal binary containing a 64-bit version. git-svn-id: http://root.cern.ch/svn/root/trunk@23636 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 24, 2008
-
-
Fons Rademakers authored
--enable-cern --with-cern-libdir git-svn-id: http://root.cern.ch/svn/root/trunk@23514 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 14, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23208 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 03, 2008
-
-
Fons Rademakers authored
base clib cont meta metautils newdelete pcre rint thread unix utils winnt zip under the new core meta directory. git-svn-id: http://root.cern.ch/svn/root/trunk@22961 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 02, 2008
-
-
Rene Brun authored
- Fix detection of Qt4 libraries git-svn-id: http://root.cern.ch/svn/root/trunk@22935 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 31, 2008
-
-
Fons Rademakers authored
can be used to set PATH, LD_LIBRARY_PATH and MANPATH. ROOTSYS itself is not used in prefix mode. Fixes issue 34935. git-svn-id: http://root.cern.ch/svn/root/trunk@22913 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 27, 2008
-
-
Fons Rademakers authored
anyway). Include paths remain the same. git-svn-id: http://root.cern.ch/svn/root/trunk@22866 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Revert latest changes in configure, Makefile.in and mathmore/Module.mk and apply the rule globally instead. This will solve problems when mixing external libraries built in optimized mode and ROOT built in debug mode (runtime libraries mismatch). This was harmless with MSVC++7.1, but fatal with MSVC++8.0 and 9.0. git-svn-id: http://root.cern.ch/svn/root/trunk@22863 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 26, 2008
-
-
Fons Rademakers authored
- Solve a problem of mixing GSL library built in optimized mode and ROOT built in debug mode (runtime libraries mismatch) git-svn-id: http://root.cern.ch/svn/root/trunk@22849 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22842 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the ORDER dependency is not supported in < 3.80. git-svn-id: http://root.cern.ch/svn/root/trunk@22839 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 25, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22823 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 21, 2008
-
-
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
-
- Mar 19, 2008
-
-
Fons Rademakers authored
correct printing in no-stubs checking. git-svn-id: http://root.cern.ch/svn/root/trunk@22739 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Silences the "checking for .." for --no-stubs git-svn-id: http://root.cern.ch/svn/root/trunk@22736 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Merge with branches/dev/stubs up to r22699: * Optional stubless calls for GCC 3.[234] on Linux 32 bit (see release notes for details) * update CINT7 - replaces the branch in the CINT repository * new directory layout: reflex, cint, and cint7 moved under cint/ * CINT stand-alone now part of ROOT's CINT; CINT's svn repository is not used anymore. * Remove v6_ prefix from the CINT source filenames. In addition: * Remove CINT's special parsing hook for R__EXTERN; just #define it to extern git-svn-id: http://root.cern.ch/svn/root/trunk@22729 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 14, 2008
-
-
Rene Brun authored
Better detection of QT4 git-svn-id: http://root.cern.ch/svn/root/trunk@22651 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 12, 2008
-
-
Fons Rademakers authored
since we don't use tar files for these packages anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@22628 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 11, 2008
-
-
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
-
- Mar 07, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22525 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- build mathcore library always by default. Mathcore will contain now the math classes: TMath, TComplex and TRandom's - do not include anymore math classes in libCore - add libMathCore dependency on all libraries which were depending on classes from math - add option for disabling libGenVector (--disable-genvector) - add libMathCore in the library used by root-configure git-svn-id: http://root.cern.ch/svn/root/trunk@22523 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 15, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22167 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 08, 2008
-
-
Rene Brun authored
To select pythia8, in your configure file add something like --enable-pythia8 \ --with-pythia8-incdir=$HOME/pythia8100/include \ --with-pythia8-libdir=$HOME/pythia8100/lib \ git-svn-id: http://root.cern.ch/svn/root/trunk@22069 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 01, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21953 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 30, 2008
-
-
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
-
- Jan 25, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21857 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 13, 2008
-
-
Rene Brun authored
- improved configuration of AFS - add support for AFS >= 1.4.5 (current stable version) fixes: bug #32552 git-svn-id: http://root.cern.ch/svn/root/trunk@21664 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 08, 2008
-
-
Fons Rademakers authored
directories. git-svn-id: http://root.cern.ch/svn/root/trunk@21585 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 20, 2007
-
-
Fons Rademakers authored
case RVersion.h is updated and the entire source is not recompiled. git-svn-id: http://root.cern.ch/svn/root/trunk@21533 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 19, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21492 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 18, 2007
-
-
Fons Rademakers authored
the AliEn client is installed. git-svn-id: http://root.cern.ch/svn/root/trunk@21466 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
is included by a large number of source files. The R__CONFIGUREOPTIONS are now stored in RConfigOptions.h, which is only include in TROOT.cxx. In RConfigOptions.h also the R__RUBY_MAJOR and R__RUBY_MINOR are stored and included in drr.cxx. This change only forces a recompile of TROOT.cxx (and maybe drr.cxx) when doing e.g.: ./configure --enable-roofit make ./configure make [ here we used to compile all dictionaries again as rootcint depends on RConfigure.h ] git-svn-id: http://root.cern.ch/svn/root/trunk@21464 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 12, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21348 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
--with-cc --with-cxx --with-f77 --with-ld which allows the specification of alternative compilers, which, of course, have to be compatible with the specified or auto detected platform. This is ok: ./configure solarisgcc --with-cxx=g++-4.2 this not: ./configure macosxicc --with-cxx=g++-4.2 Also root-config now supports the options --cc, --cxx, -f77 and --ld. If no alternative compilers were specified these return a blank. In test/Makefile.arch and example of root-config --cxx et al usage is given, so that the alternative compilers specified in ./configure will be used to build the test programs. git-svn-id: http://root.cern.ch/svn/root/trunk@21342 27541ba8-7e3a-0410-8455-c3a389f83636
-