commit: 395a5469e0d79b72275ebb16275b1957dc65a7f4 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Fri May 18 15:13:55 2018 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Fri May 18 15:35:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395a5469
sci-physics/geant: choose right tls model with USE=threads 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-physics/geant/geant-4.10.03-r1.ebuild b/sci-physics/geant/geant-4.10.03-r1.ebuild index 69e39077efb..fa2c8ca5077 100644 --- 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)