Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #375


Ignore:
Timestamp:
Jan 16, 2015, 4:47:33 PM (10 years ago)
Author:
Pavel Demin
Comment:

Dear Michele,

Thank you for spotting this problem.

Recently, I added modules/FastJetLinkDef.h and forgot to update modules/CMakeLists.txt.

I've just committed a fixed version of this file to the Delphes code repository. You can find this new version at

https://cp3.irmp.ucl.ac.be/projects/delphes/browser/git/modules/CMakeLists.txt

Regards,

Pavel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #375 – Description

    initial v1  
    55
    66what I did is
    7 
     7{{{
    88mkdir build
    99cd build
     
    1212source /afs/cern.ch/exp/fcc/sw/0.2/ROOT/5.34.19/x86_64-slc6-gcc48-dbg/bin/thisroot.sh
    1313cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ../sources
    14 
     14}}}
    1515where in source there is the plain Delphes3.2.0 which as hfar as I understand conttains already the opatches provided by Benedikt.
    1616
    1717but at make level I get the error
    18 
     18{{{
    1919make
    2020[  6%] Built target classes
     
    2525make[1]: *** [modules/CMakeFiles/modules.dir/all] Error 2
    2626make: *** [all] Error 2
    27 
    28 
     27}}}
    2928
    3029I see maybe the last version is intended to work in root 6,