diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-05-18 17:13:55 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-05-18 17:35:26 +0200 |
commit | 395a5469e0d79b72275ebb16275b1957dc65a7f4 (patch) | |
tree | a99eb14ce4b74918ba0790d4a4bb5138c283831e /sci-physics | |
parent | net-libs/xrootd: version bump to 4.8.3 (diff) | |
download | gentoo-395a5469e0d79b72275ebb16275b1957dc65a7f4.tar.gz gentoo-395a5469e0d79b72275ebb16275b1957dc65a7f4.tar.bz2 gentoo-395a5469e0d79b72275ebb16275b1957dc65a7f4.zip |
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
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/geant-4.10.03-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/geant/geant-4.10.03-r1.ebuild b/sci-physics/geant/geant-4.10.03-r1.ebuild index 69e39077efbb..fa2c8ca50778 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) |