Problem 2525 - geant4-config --libs missing recently builtin SG vis
Summary: geant4-config --libs missing recently builtin SG vis
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: cmake (show other problems)
Version: 11.1
Hardware: All All
: P4 minor
Assignee: Ben Morgan
URL:
Depends on:
Blocks:
 
Reported: 2023-01-22 19:12 CET by Hans Toshihide Törnqvist
Modified: 2023-01-24 09:53 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Hans Toshihide Törnqvist 2023-01-22 19:12:37 CET
Somewhere between versions 11.0 and 11.1, G4VisExecutive.icc always adds G4ToolsSGOffscreen, but geant4-config.in does not yet have it in vis_libs which leads to a linking error.
Comment 1 Ben Morgan 2023-01-24 09:53:28 CET
This is already fixed on the development branch, and will be fixed in the next patch to 11.1. Whilst a patch to 11.0 is technically possible, it requires more work due to the complexity of setup of ToolsSG in that release.