summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2023-12-11 16:08:30 +0100
committerL.G. Sarmiento2023-12-11 16:08:30 +0100
commit8ae0e87f33efc176606798e5db02c04fb8c2a831 (patch)
tree62f5a86b9f6bb5e4ee9390788f70f86d3e977b3c
parente1fa3969d16706818401ed3c43ea0827f5fb64c7 (diff)
downloadaur-8ae0e87f33efc176606798e5db02c04fb8c2a831.tar.gz
updated to 11.2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD23
2 files changed, 18 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b101049b6eb3..ecece5da18a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Nov 10 15:07:33 UTC 2023
+# Mon Dec 11 15:07:25 UTC 2023
pkgbase = geant4
pkgdesc = A simulation toolkit for particle physics interactions.
- pkgver = 11.1.3
+ pkgver = 11.2.0
pkgrel = 1
url = http://geant4.cern.ch/
install = geant4.install
@@ -27,7 +27,8 @@ pkgbase = geant4
optdepends = geant4-incldata: Data files for proton and neutron density profiles
optdepends = geant4-ledata: Data files for low energy electromagnetic processes
optdepends = geant4-levelgammadata: Data files for photon evaporation
- optdepends = geant4-neutronhpdata: Neutron data files with thermal cross sections
+ optdepends = geant4-neutronhpdata: Experimental neutron data files with thermal cross sections
+ optdepends = geant4-particlehpdata: Data files from the TALYS nuclear model code
optdepends = geant4-particlexsdata: Data files for evaluated p, d, t, He3, He4 and gamma cross sections, replaces geant4-neutronxsdata
optdepends = geant4-piidata: Data files for shell ionisation cross sections
optdepends = geant4-radioactivedata: Data files for radioactive decay hadronic processes
@@ -35,9 +36,9 @@ pkgbase = geant4
optdepends = geant4-saiddata: Data files from evaluated cross-sections in SAID data-base
conflicts = geant4_devel
options = !emptydirs
- source = http://geant4-data.web.cern.ch/releases/geant4-v11.1.3.tar.gz
+ source = http://geant4-data.web.cern.ch/releases/geant4-v11.2.0.tar.gz
source = geant4.install
- sha256sums = 4c5fbea6789d8d619edacca0631d6b5211a60e1bf9974c3d3fab9ef9e22692f5
+ sha256sums = 46ad7fab3c5cb4bd0bdd77dd6d3e2283184819235bcbc01b2d117d81b35596a6
sha256sums = 0eae153900d995603b0b465c9f17225ba76dd8118377507916fc709360482058
pkgname = geant4
diff --git a/PKGBUILD b/PKGBUILD
index 6279d5e0d64c..0ed604d5515d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Sarmiento < Luis.Sarmiento-ala-nuclear.lu.se >
pkgname='geant4'
-pkgver=11.1.3
-_pkgver=v11.1.3
+pkgver=11.2.0
+_pkgver=v${pkgver}
pkgrel=1
pkgdesc="A simulation toolkit for particle physics interactions."
# https://geant4-userdoc.web.cern.ch/UsersGuides/InstallationGuide/html/gettingstarted.html
@@ -16,8 +16,7 @@ depends=('cmake>=3.16'
'boost'
)
conflicts=('geant4_devel')
-optdepends=('java-environment: for histogram visualizations and
-analysis'
+optdepends=('java-environment: for histogram visualizations and analysis'
'tcsh: for C Shell support'
'python: for G4Python support'
'geant4-abladata: Data files for nuclear shell effects in INCL/ABLA hadronic mode'
@@ -25,7 +24,8 @@ analysis'
'geant4-incldata: Data files for proton and neutron density profiles'
'geant4-ledata: Data files for low energy electromagnetic processes'
'geant4-levelgammadata: Data files for photon evaporation'
- 'geant4-neutronhpdata: Neutron data files with thermal cross sections'
+ 'geant4-neutronhpdata: Experimental neutron data files with thermal cross sections'
+ 'geant4-particlehpdata: Data files from the TALYS nuclear model code'
'geant4-particlexsdata: Data files for evaluated p, d, t, He3, He4 and gamma cross sections, replaces geant4-neutronxsdata'
'geant4-piidata: Data files for shell ionisation cross sections'
'geant4-radioactivedata: Data files for radioactive decay hadronic processes'
@@ -39,7 +39,7 @@ options=('!emptydirs')
install="${pkgname}.install"
source=("http://geant4-data.web.cern.ch/releases/${pkgname}-${_pkgver}.tar.gz"
"${pkgname}.install")
-sha256sums=('4c5fbea6789d8d619edacca0631d6b5211a60e1bf9974c3d3fab9ef9e22692f5'
+sha256sums=('46ad7fab3c5cb4bd0bdd77dd6d3e2283184819235bcbc01b2d117d81b35596a6'
'0eae153900d995603b0b465c9f17225ba76dd8118377507916fc709360482058')
## Remove this if you want to keep an even smaller package
@@ -98,7 +98,7 @@ echo ""
: <<'EOF'
From: https://geant4-userdoc.web.cern.ch/UsersGuides/InstallationGuide/html/installguide.html#geant4-build-options
- Last revisited: Dec 13, 2022. (11.1)
+ Last revisited: Dec 11, 2023. (11.2)
|----------------------------------+------------------------------------------------------+----------------|
| option | default | set to |
@@ -119,6 +119,7 @@ echo ""
| GEANT4_USE_SYSTEM_CLHEP | OFF | |
| GEANT4_USE_SYSTEM_EXPAT | ON | |
| GEANT4_USE_SYSTEM_ZLIB | OFF | ON |
+ | GEANT4_USE_VTK | OFF | |
| GEANT4_USE_XM | OFF, Unix Only | ON |
|----------------------------------+------------------------------------------------------+----------------|
| BUILD_SHARED_LIBS | ON | |
@@ -137,8 +138,9 @@ echo ""
| GEANT4_BUILD_STORE_TRAJECTORY | ON | |
| GEANT4_BUILD_VERBOSE_CODE | ON | |
| GEANT4_BUILD_BUILTIN_BACKTRACE | OFF | |
- | GEANT4_BUILD_PHP_AS_HP | OFF | what's this? |
- | GEANT4_USE_SMARTSTACK | OFF | what's this? |
+ | GEANT4_BUILD_PHP_AS_HP | OFF what's this? | |
+ | GEANT4_USE_QT_QT6 | OFF | |
+ | GEANT4_USE_SMARTSTACK | OFF what's this | |
| GEANT4_USE_SYSTEM_PTL | OFF | |
| GEANT4_USE_TBB | OFF | |
| GEANT4_ENABLE_TESTING | OFF | |
@@ -146,8 +148,7 @@ echo ""
| GEANT4_USE_HDF5 | OFF | |
| GEANT4_USE_USOLIDS | OFF | |
| GEANT4_USE_TIMEMORY | OFF | |
- | GEANT4_USE_VTK | OFF | |
- | CMAKE_PREFIX_PATH | OFF | |
+ | CMAKE_PREFIX_PATH | | |
|----------------------------------+------------------------------------------------------+----------------|
|--------------------------------+-----------------------------------------------------------------------------------------|