diff options
author | Benda Xu <heroxbd@gentoo.org> | 2024-03-11 11:00:53 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2024-03-11 11:08:48 +0800 |
commit | 145ae309c6ffbb2c26e75f8d46ba7c60b1c7bf30 (patch) | |
tree | a1a570fe0e0389a468dabf72d05bb28a326daf64 /sci-physics | |
parent | sci-mathematics/flint: add 3.1.0 (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-physics/root/root-6.28.12-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-6.30.04-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-6.30.9999.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 4 |
4 files changed, 12 insertions, 4 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" diff --git a/sci-physics/root/root-6.30.04-r1.ebuild b/sci-physics/root/root-6.30.04-r1.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-6.30.04-r1.ebuild +++ b/sci-physics/root/root-6.30.04-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" diff --git a/sci-physics/root/root-6.30.9999.ebuild b/sci-physics/root/root-6.30.9999.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-6.30.9999.ebuild +++ b/sci-physics/root/root-6.30.9999.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" diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.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" |