Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • C/C++ Compiler gcc 4.4 or greater
  • Java 1.6 or greater
  • Maven 3.0.
  • QT
  • CERNLIB
  • CVS
  • SVN
  • Latex2html
Info

I've used OpenSuse 12.3 x86-64 with gcc 4.7.2 , qt 4.8  and Java OpenJDK 1.7.0_21

...

then get the most "recent" CERNLIB from here

install the CERNLIB in therein the folder /scratch/sid_complete/cernlib2006

...

Panel

Known features/problems

  • check for lib/lib64 fails, this is true for the following packages:Xerces, Fastjet,HepPDT
    Fix ln -s lib64 lib
  • Problems in FastJet 2.4.2 compilation
    Code Block
    fix in 2.4.2/FastJet/include/fastjet/internal/ClusterSequence_N2.icc
    
    109c109
    >       if (jetA < jetB) {std::swap(jetA,jetB);}
    ---
    <       if (jetA < jetB) {swap(jetA,jetB);}
    
    2.4.2/FastJet/include/fastjet/NNH.hh 
    
    Line 266   if (jetA < jetB) std::swap(jetA,jetB);
    Line 270 change to  this->init_jet(jetB, jet, index);
    

...