diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-03-11 17:12:56 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-03-12 08:21:39 +0100 |
commit | 6885b8fc1a03a5227bcb423915f94a490b4e7b5d (patch) | |
tree | 03e6b6f36a136211c5ea73f674a2c760e7c553cc /sci-physics/root | |
parent | sci-physics/root: add new cudnn USE flag (diff) | |
download | gentoo-6885b8fc1a03a5227bcb423915f94a490b4e7b5d.tar.gz gentoo-6885b8fc1a03a5227bcb423915f94a490b4e7b5d.tar.bz2 gentoo-6885b8fc1a03a5227bcb423915f94a490b4e7b5d.zip |
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@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.20.00-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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) |