From 6885b8fc1a03a5227bcb423915f94a490b4e7b5d Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Wed, 11 Mar 2020 17:12:56 +0100 Subject: [PATCH] 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 --- 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 48c84a7f57d9..d2fe9958e65c 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 ba2e0296e350..bc4a2339916b 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) -- 2.26.2