summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Falezza2024-01-23 18:28:03 +0100
committerFilippo Falezza2024-01-23 18:31:02 +0100
commit1ee5174f63fb335471b82b2383d639d3405aec1e (patch)
tree1f430fb6a576c0c32fb66762aefbfc53ca9fa3a9
parent570b09a894b5a1109e7afe7f6efac19f7eb72cff (diff)
downloadaur-1ee5174f63fb335471b82b2383d639d3405aec1e.tar.gz
Update to 11.2.0 - force use of Qt6
Since SoQt has been updates to use qt6 from version 1.6.1 and Geant4 now enables support for it, this Geant4 version has been set to use Qt6 to avoid conflicts between the Geant4 and OpenInventor qt drivers. Nevertheless, Geant4 support for Qt6 is currently in beta and should be used with caution.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f79caceb94a6..fbc62260cbef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -111,6 +111,8 @@ setenv G4PARTICLEHPDATA /opt/Geant4/Libraries/G4TENDL1.4" > Geant4.csh
-DGEANT4_USE_G3TOG4=ON \
-DGEANT4_USE_GDML=ON \
-DGEANT4_USE_FREETYPE=ON \
+ -DGEANT4_USE_INVENTOR_QT=ON \
+ -DGEANT4_USE_QT_QT6=ON \
-DGEANT4_USE_OPENGL_X11=ON \
-DGEANT4_USE_QT=ON \
-DGEANT4_USE_RAYTRACER_X11=ON \
@@ -123,7 +125,6 @@ setenv G4PARTICLEHPDATA /opt/Geant4/Libraries/G4TENDL1.4" > Geant4.csh
-DGEANT4_INSTALL_DATADIR=/opt/Geant4/Libraries \
../geant4-v${pkgver}
-# -DGEANT4_USE_INVENTOR_QT=ON \
#set GEANT4_BUILD_TLS_MODEL=global-dynamic and GEANT4_USE_PYTHON=ON for compatibility with g4python
make #VERBOSE=1