From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A262D138351 for ; Thu, 12 Mar 2020 07:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F748E0923; Thu, 12 Mar 2020 07:27:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FB99E0923 for ; Thu, 12 Mar 2020 07:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0872034F133 for ; Thu, 12 Mar 2020 07:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C531177 for ; Thu, 12 Mar 2020 07:27:55 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1583997699.6885b8fc1a03a5227bcb423915f94a490b4e7b5d.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.20.00-r1.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 6885b8fc1a03a5227bcb423915f94a490b4e7b5d X-VCS-Branch: master Date: Thu, 12 Mar 2020 07:27:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a0ea3a1-a1ed-4374-b1b2-9988e6144711 X-Archives-Hash: ed028940aa2727e261e558ef33eeaaa6 commit: 6885b8fc1a03a5227bcb423915f94a490b4e7b5d Author: Guilherme Amadio gentoo org> AuthorDate: Wed Mar 11 16:12:56 2020 +0000 Commit: Guilherme Amadio gentoo 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 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)