commit:     0ec239ecb7cbf15dd52196bb95bb135eacdf6f03
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 15:28:14 2022 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 15:40:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec239ec

sci-physics/geant: version bump to 4.11.1.0

Note: Python bindings were removed from Geant4 in this release.
They continue to be maintained, but externally. The repository
can be found at https://github.com/koichi-murakami/g4python.

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/geant/Manifest              |   1 +
 sci-physics/geant/geant-4.11.1.0.ebuild | 115 ++++++++++++++++++++++++++++++++
 2 files changed, 116 insertions(+)

diff --git a/sci-physics/geant/Manifest b/sci-physics/geant/Manifest
index 493f1383d4f6..0eef485dc96e 100644
--- a/sci-physics/geant/Manifest
+++ b/sci-physics/geant/Manifest
@@ -1,3 +1,4 @@
 DIST geant4-v11.0.2.tar.gz 35636883 BLAKE2B 
f22c68cf4c4c9d68d24c98251198804d5790b500ed9077a06ffe5fcc7d84447befc15c93e57f725e68915ff97e7ce022c7f7f5678ceea593aacb231294affa3e
 SHA512 
e7e98242787d1e37303dac54c763e659682adf5c86d30dcefb6c22a7360ba837591c11fb5787a56219461913db786e408f4a344e7ace8ca39cbb8b65b1e23ede
 DIST geant4-v11.0.3.tar.gz 35680670 BLAKE2B 
202cd035cd9ed7520d8662c80a49063b639ec90107255234fca95664b245a12af495546d92227d905f69c5cddabd56ee1fb5b0ecbe468a9e4bf5ff2063f7f705
 SHA512 
43f86fc8df90a36f26914bd72967c376a909ab9bd7369b4d1c04dc1a95f73cdef4ba32195d4e99cc5eac5ce2c8dc07d6c952aa23347db10e4cef16c47baca34a
+DIST geant4-v11.1.0.tar.gz 36412990 BLAKE2B 
92d7a370ab7c3f2e91edf9bd323ba76833ee1e4973701507c40849b348a032e7cc6baeaf06bff850d76e0b92704ce042a797a41d2ed93e309ca5f4d6ed4c6f8c
 SHA512 
b8d181e3433754b89a27fec8f3a3ebff8289fbd5ec0bc04521b18f0df7774304ea391c3aca547aa03707c83fc72501a670827ef02ab4999e113e869da9eca88f
 DIST geant4.10.07.p03.tar.gz 35756099 BLAKE2B 
9e510d17173d280a24d2540d0e0f25f7337a410858c30e9281b937a8402cbc0acd022cc6f41cc3b88fec28b53fa8a266d79e90bfb6545f4ecffe0724e36183da
 SHA512 
174e4f37ca977eff89bbd8f72f18ef5534db72d966665b9a837ed26acffa527d45741fd38fde460f0719c8962dc2ee33db1f3dfe065a7d0e74c148e4582c095c

diff --git a/sci-physics/geant/geant-4.11.1.0.ebuild 
b/sci-physics/geant/geant-4.11.1.0.ebuild
new file mode 100644
index 000000000000..0f958f9e6038
--- /dev/null
+++ b/sci-physics/geant/geant-4.11.1.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_P=${PN}$(ver_cut 1)-v$(ver_cut 2-4)
+
+case ${PV} in
+*_beta*)
+       DOCS="ReleaseNotes/Beta.$(ver_cut 2-3)-*.txt"
+       ;;
+*)
+       if [[ $(ver_cut 4) -gt 0 ]]; then
+               DOCS="ReleaseNotes/Patch.$(ver_cut 2-3)-*.txt"
+       fi
+       HTML_DOCS="ReleaseNotes/ReleaseNotes.$(ver_cut 2-3).html"
+       ;;
+esac
+
+DESCRIPTION="Toolkit for simulation of passage of particles through matter"
+HOMEPAGE="https://geant4.web.cern.ch/";
+SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz";
+
+LICENSE="geant4"
+SLOT="4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+c++17 c++20 +data debug doc examples freetype gdml geant3 hdf5 inventor 
motif opengl
+       qt5 raytracerx static-libs tbb threads vtk"
+
+REQUIRED_USE="
+       ^^ ( c++17 c++20 )
+       inventor? ( opengl )
+       motif? ( opengl )
+       qt5? ( opengl )
+       tbb? ( threads )
+       vtk? ( qt5 )
+"
+
+RDEPEND="
+       dev-libs/expat
+       >=sci-physics/clhep-2.4.6.2:2=[threads?]
+       data? ( ~sci-physics/geant-data-4.11.1.0 )
+       doc? ( app-doc/geant-docs )
+       gdml? ( dev-libs/xerces-c )
+       hdf5? ( sci-libs/hdf5[threads?] )
+       inventor? ( media-libs/SoXt )
+       motif? ( x11-libs/motif:0 )
+       opengl? ( virtual/opengl )
+       qt5? (
+               dev-qt/qt3d:5
+               dev-qt/qtcore:5
+               dev-qt/qtgui:5
+               dev-qt/qtprintsupport:5
+               dev-qt/qtwidgets:5
+               opengl? ( dev-qt/qtopengl:5 )
+       )
+       raytracerx? (
+               x11-libs/libX11
+               x11-libs/libXmu
+       )
+       vtk? (
+               sci-libs/vtk:=[qt5]
+       )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+       "${FILESDIR}"/${PN}-4.11.0.2-musl-avoid-execinfo.patch
+)
+
+src_configure() {
+       local mycmakeargs=(
+               -DCMAKE_INSTALL_DATADIR="${EPREFIX}/usr/share/geant4"
+               -DCMAKE_CXX_STANDARD=$( (usev c++17 || usev c++20) | cut -c4-)
+               -DGEANT4_BUILD_BUILTIN_BACKTRACE=$(usex debug)
+               -DGEANT4_BUILD_MULTITHREADED=$(usex threads)
+               -DGEANT4_BUILD_STORE_TRAJECTORY=OFF
+               -DGEANT4_BUILD_TLS_MODEL=$(usex threads global-dynamic 
initial-exec)
+               -DGEANT4_BUILD_VERBOSE_CODE=$(usex debug)
+               -DGEANT4_INSTALL_DATA=OFF
+               -DGEANT4_INSTALL_DATADIR="${EPREFIX}/usr/share/geant4/data"
+               -DGEANT4_INSTALL_EXAMPLES=$(usex examples)
+               -DGEANT4_INSTALL_PACKAGE_CACHE=OFF
+               -DGEANT4_USE_FREETYPE=$(usex freetype)
+               -DGEANT4_USE_G3TOG4=$(usex geant3)
+               -DGEANT4_USE_GDML=$(usex gdml)
+               -DGEANT4_USE_HDF5=$(usex hdf5)
+               -DGEANT4_USE_INVENTOR=$(usex inventor)
+               -DGEANT4_USE_OPENGL_X11=$(usex opengl)
+               -DGEANT4_USE_QT=$(usex qt5)
+               -DGEANT4_USE_RAYTRACER_X11=$(usex raytracerx)
+               -DGEANT4_USE_SYSTEM_CLHEP=ON
+               -DGEANT4_USE_SYSTEM_EXPAT=ON
+               -DGEANT4_USE_SYSTEM_ZLIB=ON
+               -DGEANT4_USE_TBB=$(usex tbb)
+               -DGEANT4_USE_XM=$(usex motif)
+               -DGEANT4_USE_VTK=$(usex vtk)
+               -DBUILD_STATIC_LIBS=$(usex static-libs)
+       )
+
+       [[ -v EXTRA_ECONF ]] && mycmakeargs+=( ${EXTRA_ECONF} )
+
+       cmake_src_configure
+}
+
+src_install() {
+       # adjust clhep linking flags for system clhep
+       # binmake.gmk is only useful for legacy build systems
+       sed -i -e 's/-lG4clhep/-lCLHEP/' config/binmake.gmk || die
+       cmake_src_install
+       rm "${ED}"/usr/bin/*.{sh,csh} || die "failed to remove obsolete shell 
scripts"
+       einstalldocs
+}

Reply via email to