Import Geant4 11.0.1 source tree
This commit is contained in:
@@ -29,6 +29,13 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER].
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
11 February 2022 - Ben Morgan (cmake-V10-07-54)
|
||||
- Apply [GitHub PR 37](https://github.com/Geant4/geant4/pull/37) from gondiaz.
|
||||
- Add G4ptl and G4tasking libraries to link list in geant4-config
|
||||
- Fixup: place G4tasking in correct location in dependency list
|
||||
- Fixup: Update order of G4analysis for ALICE patch:
|
||||
- https://github.com/alisw/geant4/commit/ee32bad38f5ccfac458869d8c546e0df474f5529
|
||||
|
||||
09 November 2021 - Ben Morgan (cmake-V10-07-53)
|
||||
- Only configure public release contribution guide if present
|
||||
|
||||
|
||||
@@ -113,15 +113,16 @@ done
|
||||
|
||||
libs="-lG4interfaces \
|
||||
-lG4persistency \
|
||||
-lG4analysis \
|
||||
-lG4error_propagation \
|
||||
-lG4readout \
|
||||
-lG4physicslists \
|
||||
-lG4tasking \
|
||||
-lG4run \
|
||||
-lG4event \
|
||||
-lG4tracking \
|
||||
-lG4parmodels \
|
||||
-lG4processes \
|
||||
-lG4analysis \
|
||||
-lG4digits_hits \
|
||||
-lG4track \
|
||||
-lG4particles \
|
||||
@@ -175,6 +176,14 @@ if test "x${have_gdml}" = "xyes" ; then
|
||||
cflags="${cflags} @G4_XERCESC_CFLAGS@"
|
||||
fi
|
||||
|
||||
# - PTL
|
||||
have_ptl="@G4_BUILTWITH_PTL@"
|
||||
feature_list="${feature_list} ptl[${have_ptl}]"
|
||||
|
||||
if test "x${have_ptl}" = "xyes" ; then
|
||||
libs="${libs} -lG4ptl"
|
||||
fi
|
||||
|
||||
# - USolids
|
||||
have_usolids="@G4_BUILTWITH_USOLIDS@"
|
||||
feature_list="${feature_list} usolids[${have_usolids}]"
|
||||
|
||||
Reference in New Issue
Block a user