summarylogtreecommitdiffstats
path: root/Geant4Config_cmake.patch
diff options
context:
space:
mode:
authorFilippo Falezza2023-01-19 09:57:41 +0100
committerFilippo Falezza2023-01-19 09:57:41 +0100
commit2b0b987d87effac0fc24d95e37cde83d0ee0ca20 (patch)
treed95d53f079614b2925219064e4b37026b0d342dc /Geant4Config_cmake.patch
downloadaur-g4python-git.tar.gz
initial pkgbuild - v11.0.0 compativle with Geant4 v11.1.0
Diffstat (limited to 'Geant4Config_cmake.patch')
-rw-r--r--Geant4Config_cmake.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/Geant4Config_cmake.patch b/Geant4Config_cmake.patch
new file mode 100644
index 000000000000..67e994272c74
--- /dev/null
+++ b/Geant4Config_cmake.patch
@@ -0,0 +1,15 @@
+--- Geant4Config.cmake 2023-01-17 16:44:10.219109803 +0100
++++ Geant4Config_new.cmake 2023-01-17 16:38:30.956894149 +0100
+@@ -72,9 +72,9 @@
+ G4RayTracer G4VRML G4vis_management G4modeling
+ G4interfaces G4persistency G4analysis
+ G4error_propagation G4readout G4physicslists
+- G4tasking G4run G4event G4tracking G4parmodels
++ G4run G4event G4parmodels
+ G4processes G4digits_hits G4track G4particles
+ G4geometry G4materials G4graphics_reps G4intercoms
+- G4global G4ptl G4clhep G4zlib)
++ G4global G4ptl G4clhep)
+
+-set(GEANT4_LIBRARIES_WITH_OGL G4OpenGL G4gl2ps ${GEANT4_LIBRARIES})
++set(GEANT4_LIBRARIES_WITH_OGL G4OpenGL ${GEANT4_LIBRARIES})