diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-03-10 21:00:19 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-03-10 21:03:36 +0100 |
commit | 85c163054212f99111894cca1c79967c277ae5cd (patch) | |
tree | 7bf1380d3eb4d44ee754d9107bf08c7e229d4ed8 /sci-physics | |
parent | sci-physics/root: follow upstream rename of python option to pyroot (diff) | |
download | gentoo-85c163054212f99111894cca1c79967c277ae5cd.tar.gz gentoo-85c163054212f99111894cca1c79967c277ae5cd.tar.bz2 gentoo-85c163054212f99111894cca1c79967c277ae5cd.zip |
sci-physics/root: use standard instead of experimental PyROOT
The default has been switched upstream to the experimental new
version of PyROOT, but in Gentoo we keep using the standard one
for now. This option will be added as USE flag later.
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index cdefaf2c0ae6..bb269368dfcf 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -228,6 +228,7 @@ src_configure() { -Dpythia8=$(usex pythia8) -Dpyroot=$(usex python) # python was renamed to pyroot -Dpython=$(usex python) # kept for backward compatibility + -Dpyroot_experimental=OFF # use standard PyROOT for now -Dqt5web=$(usex qt5) -Droofit=$(usex roofit) -Droot7=$(usex root7) |