projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518dbf0
)
sci-physics/geant: choose right tls model with USE=threads
author
Guilherme Amadio
<amadio@gentoo.org>
Fri, 18 May 2018 15:13:55 +0000
(17:13 +0200)
committer
Guilherme Amadio
<amadio@gentoo.org>
Fri, 18 May 2018 15:35:26 +0000
(17:35 +0200)
Closes: https://bugs.gentoo.org/648736
Package-Manager: Portage-2.3.38, Repoman-2.3.9
sci-physics/geant/geant-4.10.03-r1.ebuild
patch
|
blob
|
history
diff --git
a/sci-physics/geant/geant-4.10.03-r1.ebuild
b/sci-physics/geant/geant-4.10.03-r1.ebuild
index 69e39077efbb09629dcbf24d89836f14475eb553..fa2c8ca50778a412eaa0b7fef1b80a23f457fe6f 100644
(file)
--- a/
sci-physics/geant/geant-4.10.03-r1.ebuild
+++ b/
sci-physics/geant/geant-4.10.03-r1.ebuild
@@
-60,6
+60,7
@@
src_configure() {
-DGEANT4_USE_SYSTEM_CLHEP=ON
-DGEANT4_INSTALL_DATA=OFF
-DGEANT4_BUILD_MULTITHREADED=$(usex threads)
+ -DGEANT4_BUILD_TLS_MODEL=$(usex threads global-dynamic initial-exec)
-DGEANT4_USE_NETWORKDAWN=$(usex dawn)
-DGEANT4_USE_GDML=$(usex gdml)
-DGEANT4_USE_G3TOG4=$(usex geant3)