diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-11-14 13:26:09 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-11-14 16:13:36 +0100 |
commit | c3f9aaae0b1b123f556047e762b51e5ea57a0be5 (patch) | |
tree | 1bfe7a80c880e36a7a29471c3c45239090e3e5d5 /sci-physics | |
parent | dev-libs/rocksdb: add 8.6.7 (diff) | |
download | gentoo-c3f9aaae0b1b123f556047e762b51e5ea57a0be5.tar.gz gentoo-c3f9aaae0b1b123f556047e762b51e5ea57a0be5.tar.bz2 gentoo-c3f9aaae0b1b123f556047e762b51e5ea57a0be5.zip |
sci-physics/root: enable py3.12
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.28.08.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.28.9999.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/root/root-6.28.08.ebuild b/sci-physics/root/root-6.28.08.ebuild index 55b17a5b6b13..f116da228820 100644 --- a/sci-physics/root/root-6.28.08.ebuild +++ b/sci-physics/root/root-6.28.08.ebuild @@ -6,7 +6,7 @@ EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake cuda fortran-2 python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.28.9999.ebuild b/sci-physics/root/root-6.28.9999.ebuild index 55b17a5b6b13..f116da228820 100644 --- a/sci-physics/root/root-6.28.9999.ebuild +++ b/sci-physics/root/root-6.28.9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake cuda fortran-2 python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 55b17a5b6b13..f116da228820 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake cuda fortran-2 python-single-r1 toolchain-funcs |