Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge] Fix for asneeded IBs, force link pythia6/lhapdf libs #46665

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions GeneratorInterface/HydjetInterface/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<use name="f77compiler"/>
<use name="hydjet"/>
<use name="hepmc"/>
<flags REM_LDFLAGS="-Wl,--as-needed"/>
<export>
<lib name="1"/>
</export>
1 change: 1 addition & 0 deletions GeneratorInterface/HydjetInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<use name="GeneratorInterface/HydjetInterface"/>
<use name="pydata"/>
<flags REM_LDFLAGS="-Wl,--as-needed"/>
<library file="*.cc" name="GeneratorInterfaceHydjetInterfacePlugins">
<flags EDM_PLUGIN="1"/>
</library>
1 change: 1 addition & 0 deletions GeneratorInterface/PyquenInterface/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<use name="GeneratorInterface/ExternalDecays"/>
<use name="pyquen"/>
<use name="hepmc"/>
<flags REM_LDFLAGS="-Wl,--as-needed"/>
<export>
<lib name="1"/>
</export>
1 change: 1 addition & 0 deletions GeneratorInterface/PyquenInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<flags REM_LDFLAGS="-Wl,--as-needed"/>
<use name="GeneratorInterface/PyquenInterface"/>
<use name="pydata"/>
<library file="*.cc" name="GeneratorInterfacePyquenInterfacePlugins">
Expand Down
1 change: 1 addition & 0 deletions GeneratorInterface/Pythia6Interface/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<use name="pythia6"/>
<use name="f77compiler"/>
<use name="hepmc"/>
<flags REM_LDFLAGS="-Wl,--as-needed"/>
<export>
<lib name="1"/>
</export>
1 change: 1 addition & 0 deletions GeneratorInterface/Pythia6Interface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<flags REM_LDFLAGS="-Wl,--as-needed"/>
<use name="GeneratorInterface/Pythia6Interface"/>
<architecture name="osx">
<use name="pydata"/>
Expand Down