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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26C6D15815E for ; Sat, 3 Feb 2024 19:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F9ED2BC030; Sat, 3 Feb 2024 19:35:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECDC32BC030 for ; Sat, 3 Feb 2024 19:35:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFAB3343234 for ; Sat, 3 Feb 2024 19:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BFE7888 for ; Sat, 3 Feb 2024 19:35:37 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1706988762.d2ed3a1af052c5886b94a37efee34574114cabbf.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/tensorflow/tensorflow-2.11.0.ebuild sci-libs/tensorflow/tensorflow-2.12.0.ebuild X-VCS-Directories: sci-libs/tensorflow/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d2ed3a1af052c5886b94a37efee34574114cabbf X-VCS-Branch: master Date: Sat, 3 Feb 2024 19:35:37 +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: 2f40f6ad-dbfe-4d03-b0c0-a960c6deb0ba X-Archives-Hash: 1a8f80abab76127f635680b5866d7fa8 commit: d2ed3a1af052c5886b94a37efee34574114cabbf Author: wangjiezhe gmail com> AuthorDate: Sat Jan 20 05:39:25 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 3 19:32:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ed3a1a sci-libs/tensorflow: update dependencies tensorflow 2.11 and 2.12 need abseil-cpp>=20220623 built with C++17 tensorflow-2.12 cannot compile with abseil-cpp-20230125.2 stick to version 20220623 Bug: https://bugs.gentoo.org/881445 Bug: https://bugs.gentoo.org/882617 Bug: https://bugs.gentoo.org/913731 Bug: https://bugs.gentoo.org/915621 Signed-off-by: wangjiezhe gmail.com> Signed-off-by: Jason Zaman gentoo.org> sci-libs/tensorflow/tensorflow-2.11.0.ebuild | 3 ++- sci-libs/tensorflow/tensorflow-2.12.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/tensorflow/tensorflow-2.11.0.ebuild b/sci-libs/tensorflow/tensorflow-2.11.0.ebuild index f84685652a58..5a44042dcde2 100644 --- a/sci-libs/tensorflow/tensorflow-2.11.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.11.0.ebuild @@ -79,7 +79,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz # abseil-cpp-20211102.0-r0 does not work with NVCC RDEPEND=" app-arch/snappy - >=dev-cpp/abseil-cpp-20211102-r2:= + =dev-cpp/abseil-cpp-20220623*:= dev-db/lmdb dev-db/sqlite dev-libs/double-conversion @@ -138,6 +138,7 @@ PDEPEND="python? ( BDEPEND=" app-arch/unzip >=dev-build/bazel-5.1.1 + =dev-libs/protobuf-3.8.0 dev-java/java-config cuda? ( diff --git a/sci-libs/tensorflow/tensorflow-2.12.0.ebuild b/sci-libs/tensorflow/tensorflow-2.12.0.ebuild index e5389e1f52a8..b2050fa13bff 100644 --- a/sci-libs/tensorflow/tensorflow-2.12.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_10 python3_11 ) +PYTHON_COMPAT=( python3_{10..11} ) MY_PV=${PV/_rc/-rc} MY_P=${PN}-${MY_PV} DEP_VER="$(ver_cut 1-2)" @@ -82,7 +82,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz # abseil-cpp-20211102.0-r0 does not work with NVCC RDEPEND=" app-arch/snappy - >=dev-cpp/abseil-cpp-20211102-r2:= + =dev-cpp/abseil-cpp-20220623*:= dev-db/lmdb dev-db/sqlite dev-libs/double-conversion