Skip to content

The GeantV applications should not be statically linked with vecgeom.

Andrei Gheata requested to merge agheata/fix_static_linkage into master

The GeantV examples were linked against both libGeant_v and libvecgeom.a. Since libGeant_v is also linked with libvecgeom.a, this creates on some platforms a double delete in the destruction of static variables from vecgeom. The branch removes the unnecessary linking of runApp, CMSApp, ... against libvecgeom

Merge request reports