commit: 6885b8fc1a03a5227bcb423915f94a490b4e7b5d
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 16:12:56 2020 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 07:21:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6885b8fc
sci-physics/root: add new build options to configuration
This is to ensure that changes in defaults upstream won't affect
the ebuilds.
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sci-physics/root/root-6.20.00-r1.ebuild | 2 ++
sci-physics/root/root-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/sci-physics/root/root-6.20.00-r1.ebuild
b/sci-physics/root/root-6.20.00-r1.ebuild
index 48c84a7f57d..d2fe9958e65 100644
--- a/sci-physics/root/root-6.20.00-r1.ebuild
+++ b/sci-physics/root/root-6.20.00-r1.ebuild
@@ -188,7 +188,9 @@ src_configure() {
-Dcuda=$(usex cuda)
-Dcxxmodules=OFF # requires clang, unstable
-Ddavix=$(usex davix)
+ -Ddataframe=ON
-Ddcache=OFF
+ -Dfcgi=$(usex http)
-Dfftw3=$(usex fftw)
-Dfitsio=$(usex fits)
-Dfortran=$(usex fortran)
diff --git a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index ba2e0296e35..bc4a2339916 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -203,7 +203,9 @@ src_configure() {
-Dcudnn=$(usex cudnn)
-Dcxxmodules=OFF # requires clang, unstable
-Ddavix=$(usex davix)
+ -Ddataframe=ON
-Ddcache=OFF
+ -Dfcgi=$(usex http)
-Dfftw3=$(usex fftw)
-Dfitsio=$(usex fits)
-Dfortran=$(usex fortran)