summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2024-03-11 11:00:53 +0800
committerBenda Xu <heroxbd@gentoo.org>2024-03-11 11:08:48 +0800
commit145ae309c6ffbb2c26e75f8d46ba7c60b1c7bf30 (patch)
treea1a570fe0e0389a468dabf72d05bb28a326daf64 /sci-physics/root/root-6.28.12-r1.ebuild
parentsci-mathematics/flint: add 3.1.0 (diff)
downloadgentoo-145ae309c6ffbb2c26e75f8d46ba7c60b1c7bf30.tar.gz
gentoo-145ae309c6ffbb2c26e75f8d46ba7c60b1c7bf30.tar.bz2
gentoo-145ae309c6ffbb2c26e75f8d46ba7c60b1c7bf30.zip
sci-physics/root: call python-single-r1_pkg_setup unconditionally.
ROOT relies on python to generate headers, even if pyROOT is not enabled. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-physics/root/root-6.28.12-r1.ebuild')
-rw-r--r--sci-physics/root/root-6.28.12-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-physics/root/root-6.28.12-r1.ebuild b/sci-physics/root/root-6.28.12-r1.ebuild
index cb1bd02dcaa9..1c6e78d4b623 100644
--- a/sci-physics/root/root-6.28.12-r1.ebuild
+++ b/sci-physics/root/root-6.28.12-r1.ebuild
@@ -140,13 +140,15 @@ RDEPEND="${CDEPEND}
)
"
+BDEPEND="${PYTHON_DEPS}"
+
PATCHES=(
"${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch
)
pkg_setup() {
use fortran && fortran-2_pkg_setup
- use python && python-single-r1_pkg_setup
+ python-single-r1_pkg_setup
elog "There are extra options on packages not available in Gentoo."
elog "You can use the environment variable MYCMAKEARGS to enable"