Сравнение geant-4.11.0.3 с geant-4.11.0.4
/usr/portage/sci-physics/geant/geant-4.11.0.4.ebuild 2023-10-09 14:52:35.252368495 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 | |
8 | 8 |
inherit cmake python-single-r1 |
9 | 9 | |
... | ... | |
27 | 27 | |
28 | 28 |
LICENSE="geant4" |
29 | 29 |
SLOT="4" |
30 |
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" |
|
30 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
|
31 | 31 |
IUSE="+c++17 c++20 +data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl |
32 |
python qt5 raytracerx static-libs tbb threads vtk" |
|
32 |
python qt5 raytracerx static-libs tbb threads trajectories vtk" |
|
33 | 33 | |
34 | 34 |
REQUIRED_USE=" |
35 | 35 |
^^ ( c++17 c++20 ) |
... | ... | |
85 | 85 |
-DCMAKE_CXX_STANDARD=$( (usev c++17 || usev c++20) | cut -c4-) |
86 | 86 |
-DGEANT4_BUILD_BUILTIN_BACKTRACE=$(usex debug) |
87 | 87 |
-DGEANT4_BUILD_MULTITHREADED=$(usex threads) |
88 |
-DGEANT4_BUILD_STORE_TRAJECTORY=OFF |
|
88 |
-DGEANT4_BUILD_STORE_TRAJECTORY=$(usex trajectories) |
|
89 | 89 |
-DGEANT4_BUILD_TLS_MODEL=$(usex threads global-dynamic initial-exec) |
90 | 90 |
-DGEANT4_BUILD_VERBOSE_CODE=$(usex debug) |
91 | 91 |
-DGEANT4_INSTALL_DATA=OFF |
... | ... | |
117 | 117 |
) |
118 | 118 |
fi |
119 | 119 | |
120 |
[ -v EXTRA_ECONF ] && mycmakeargs+=( ${EXTRA_ECONF} ) |
|
121 | ||
122 | 120 |
cmake_src_configure |
123 | 121 |
} |
124 | 122 |