Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #371, comment 2


Ignore:
Timestamp:
Jan 10, 2015, 10:20:09 AM (10 years ago)
Author:
iris

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #371, comment 2

    initial v1  
    1 Sorry, I have changed the line as you said and make. But the compilation error remained.
     1I have changed the line as you said and build.
     2
     3When I tried to install Delphes in MadGraph, the compilation error remained. And the Delphes/Makefile was automatically changed back to the original version( i.e. the line
     4
     5{{{
     6@$(CC) $(patsubst -std=%,,$(CXXFLAGS)) -c $< $(OutPutOpt)$@
     7}}}
     8
     9changed back to
     10
     11
     12{{{
     13@gcc $(CXXFLAGS) -c $< $(OutPutOpt)$@
     14}}}
     15
     16I don't know why.