- Jun 23, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24474 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 21, 2008
-
-
Fons Rademakers authored
prepare for new xrootd. git-svn-id: http://root.cern.ch/svn/root/trunk@24456 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 20, 2008
-
-
Fons Rademakers authored
Without --enable-cint7, put (deprecated) copies of the headers in include/cint/ into include/ to allow a transition period to the new CINT include dir. They will be removed by configure --enable-cint cint7: set G__CFG_COREVERSION. git-svn-id: http://root.cern.ch/svn/root/trunk@24430 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Allow --enable-cint7 to build CINT7 in parallel to CINT5. This builds root7.exe, rootcint7, cint7 which will pick up libCint7. CINT includes are now in include/cint and include/cint7. Many #include statements changed because of that. We still provide backward compatible wrapper headers in include/ pointing to the include/cint ones. Dictionaries for CINT5 and CINT7 are now (mostly) compatible. When --enabled-cint7, TCint for CINT5 is in libMetaTCint and TCint for CINT7 is in libMetaTCint_7. The classes' source is identical for now (except for the cases marked with #ifdef R__BUILDING_CINT7); they pick up different CINT implementations, though. Without --enable-cint7, TCint.o is linked into libCore, just like it used to be. With --enable-cint7, TROOT() dlopens libMetaTCint / libMetaTCint_7, depending on which libCint the binary is linked against (determined via G__cint_version). TCint contains and sets a global factory pointer that creates the appropriate TCint object for TROOT. The cintdlls are built for CINT5 and CINT7 separately, cintdlls.mk is included twice, with different contexts set by cint/Module.mk and cint7/Module.mk. --enable-/--disable-cint7 (i.e. (TCint.o in libCore vs libMetaTCint) triggers a re-build of TROOT.o Remove dependency from TGWin32ProxyDefs to bare CINT Add implementation of G__alloc_tempobject_val to cint5 Add a rule how to build C-dictionaries, needed for G__c_stdfunc.c. No rootmap entries for TCint - CINT should never ever try to autoload it. It's either linked anyway or we dlopen it by hand. git-svn-id: http://root.cern.ch/svn/root/trunk@24423 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 18, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24351 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24348 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24345 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24340 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
a 64-bit machine. git-svn-id: http://root.cern.ch/svn/root/trunk@24333 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 04, 2008
-
-
Fons Rademakers authored
interface is not anymore supported via AliEn (ROOT does not compile with the latest AliEn). If needed a better implementation will be provided. git-svn-id: http://root.cern.ch/svn/root/trunk@24130 27541ba8-7e3a-0410-8455-c3a389f83636
-
- 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
-