Changes between Initial Version and Version 1 of Ticket #317, comment 1
- Timestamp:
- Aug 18, 2014, 3:51:38 PM (11 years ago)
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 OLis 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 via1 A 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 2 2 {{{ 3 3 g++ -shared $(/your/path/to/bin/Sherpa-config --cppflags) -O2 -fPIC -DPIC $CXXFLAGS -o libSherpaOpenLoopsReplace.so OpenLoopsReplace_Interface.C