diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-17 16:03:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 18:14:44 +0100 |
commit | e466d09cda7139ced984b278ad5c2133ae72a1a3 (patch) | |
tree | 80f44c5a1772c21d93f0bb80d2de3ca90f3d0189 /sci-libs/tensorflow | |
parent | dev-libs/libinput: Version bump to 1.25.0 (diff) | |
download | gentoo-e466d09cda7139ced984b278ad5c2133ae72a1a3.tar.gz gentoo-e466d09cda7139ced984b278ad5c2133ae72a1a3.tar.bz2 gentoo-e466d09cda7139ced984b278ad5c2133ae72a1a3.zip |
Move {dev-util → dev-build}/bazel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/tensorflow')
-rw-r--r-- | sci-libs/tensorflow/tensorflow-2.11.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/tensorflow/tensorflow-2.12.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/tensorflow/tensorflow-2.11.0.ebuild b/sci-libs/tensorflow/tensorflow-2.11.0.ebuild index db9af569cd4c..f84685652a58 100644 --- a/sci-libs/tensorflow/tensorflow-2.11.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -137,9 +137,9 @@ PDEPEND="python? ( )" BDEPEND=" app-arch/unzip + >=dev-build/bazel-5.1.1 >=dev-libs/protobuf-3.8.0 dev-java/java-config - >=dev-util/bazel-5.1.1 cuda? ( >=dev-util/nvidia-cuda-toolkit-9.1[profiler] ) diff --git a/sci-libs/tensorflow/tensorflow-2.12.0.ebuild b/sci-libs/tensorflow/tensorflow-2.12.0.ebuild index cc9ea6718f88..e5389e1f52a8 100644 --- a/sci-libs/tensorflow/tensorflow-2.12.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -140,9 +140,9 @@ PDEPEND="python? ( )" BDEPEND=" app-arch/unzip + =dev-build/bazel-5* >=dev-libs/protobuf-3.8.0 dev-java/java-config - =dev-util/bazel-5* cuda? ( >=dev-util/nvidia-cuda-toolkit-9.1[profiler] ) |