sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #317, comment 1


Ignore:
Timestamp:
Aug 18, 2014, 3:51:38 PM (10 years ago)
Author:
Frank Siegert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #317, comment 1

    initial v1  
    1 A workaround is to remove the corresponding warning lines in `OpenLoops_Interface::MapFlavours`. Since OL is completely plugin-based, this is even possible without modifying the Sherpa installation by creating a new plugin library. The corresponding source code (taken from Sherpa 2.1.1) is attached and can then be compiled via
     1A workaround is to remove the corresponding warning lines in `OpenLoops_Interface::MapFlavours`. Since the OL interface is completely plugin-based, this is even possible without modifying the Sherpa installation by creating a new plugin library. The corresponding source code (taken from Sherpa 2.1.1) is attached and can then be compiled via
    22{{{
    33g++ -shared $(/your/path/to/bin/Sherpa-config --cppflags) -O2 -fPIC -DPIC $CXXFLAGS -o libSherpaOpenLoopsReplace.so OpenLoopsReplace_Interface.C