Fork me on GitHub

Opened 5 years ago

Closed 3 years ago

#1381 closed Bug (fixed)

Installing Delphes Error : Both as Standalone and in MadGraph

Reported by: Arindam Das Owned by:
Priority: critical Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Installation error Cc: dasarindamphysics@…

Description

Dear Colleagues,

At the time of installing Delphes in the MadGraph v2.6.5 from

install Delphes

I get the following error :

Compiling external/fastjet/AreaDefinition.cc
Compiling external/fastjet/BasicRandom.cc
Compiling external/fastjet/ClosestPair2D.cc

make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.

Compiling external/fastjet/ClusterSequence.cc

In file included from external/fastjet/ClusterSequence.cc:33:
external/fastjet/ClusterSequence.hh:371:44: error: no template named 'auto_ptr'

in namespace 'std'

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){

~

1 error generated.
make: * [tmp/external/fastjet/ClusterSequence.o] Error 1
Error detected during the compilation. Please check the compilation error and run make manually.

Once I did it manually, then also the same problem remains.

I am using the new MacOSX10.14 (Mojave) and the Boost version is 1_59_0.
My fastjet is installed in the following path :

fastjet = /Users/arindamdas/Collider/FastJet/fastjet-3.3.2/bin/fastjet-config

I am confused with these errors because all the other installations like Pythia and MadAnalysis through MadGraph went well without any issue along with the HEPTools. Fasjet is also installed properly in the independent path written above.

I tried the same with standalone Delphes with

make

and got the same errors.

I will appreciate your help.
Thank you very much for your help.

Regards,
Arindam Das
Osaka University

Change History (2)

comment:1 by Pavel Demin, 5 years ago

I don't have a computer with MacOSX to reproduce this problem. I'd suggest to download ROOT binaries from the ROOT web site:

https://root.cern.ch/content/release-61600

If it doesn't help, then try to install the latest version of Delphes from the git repository:

https://github.com/delphes/delphes/archive/master.zip

comment:2 by Pavel Demin, 3 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.