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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC2E3138350 for ; Sat, 8 Feb 2020 16:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B23E0844; Sat, 8 Feb 2020 16:25:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1C8FE0844 for ; Sat, 8 Feb 2020 16:25:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D138C34E84E for ; Sat, 8 Feb 2020 16:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52CDB138 for ; Sat, 8 Feb 2020 16:25:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581179006.3399a6c53844778003f045a227ca8121e1908a0e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/tensorflow/tensorflow-1.15.0.ebuild sci-libs/tensorflow/tensorflow-2.0.0.ebuild sci-libs/tensorflow/tensorflow-2.1.0.ebuild X-VCS-Directories: sci-libs/tensorflow/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3399a6c53844778003f045a227ca8121e1908a0e X-VCS-Branch: master Date: Sat, 8 Feb 2020 16:25:04 +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: 1dc7830d-4f4a-4f0f-be4c-575a19718fd8 X-Archives-Hash: b616a96d2a68bb63608f5c3698f1ee7f commit: 3399a6c53844778003f045a227ca8121e1908a0e Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 16:23:26 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 16:23:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3399a6c5 sci-libs/tensorflow: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert gentoo.org> sci-libs/tensorflow/tensorflow-1.15.0.ebuild | 2 +- sci-libs/tensorflow/tensorflow-2.0.0.ebuild | 2 +- sci-libs/tensorflow/tensorflow-2.1.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/tensorflow/tensorflow-1.15.0.ebuild b/sci-libs/tensorflow/tensorflow-1.15.0.ebuild index 346da2aec9d..7844e3a1a28 100644 --- a/sci-libs/tensorflow/tensorflow-1.15.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-1.15.0.ebuild @@ -202,7 +202,7 @@ src_configure() { export TF_CUDA_CLANG=0 export TF_NEED_TENSORRT=0 if use cuda; then - export TF_CUDA_PATHS="${EPREFIX%/}/opt/cuda" + export TF_CUDA_PATHS="${EPREFIX}/opt/cuda" export GCC_HOST_COMPILER_PATH="$(cuda_gccdir)/$(tc-getCC)" export TF_CUDA_VERSION="$(cuda_toolkit_version)" export TF_CUDNN_VERSION="$(cuda_cudnn_version)" diff --git a/sci-libs/tensorflow/tensorflow-2.0.0.ebuild b/sci-libs/tensorflow/tensorflow-2.0.0.ebuild index c72dd4ffc98..902eac64ba8 100644 --- a/sci-libs/tensorflow/tensorflow-2.0.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.0.0.ebuild @@ -201,7 +201,7 @@ src_configure() { export TF_CUDA_CLANG=0 export TF_NEED_TENSORRT=0 if use cuda; then - export TF_CUDA_PATHS="${EPREFIX%/}/opt/cuda" + export TF_CUDA_PATHS="${EPREFIX}/opt/cuda" export GCC_HOST_COMPILER_PATH="$(cuda_gccdir)/$(tc-getCC)" export TF_CUDA_VERSION="$(cuda_toolkit_version)" export TF_CUDNN_VERSION="$(cuda_cudnn_version)" diff --git a/sci-libs/tensorflow/tensorflow-2.1.0.ebuild b/sci-libs/tensorflow/tensorflow-2.1.0.ebuild index 5a87c8ff00d..ff79ebeaaeb 100644 --- a/sci-libs/tensorflow/tensorflow-2.1.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.1.0.ebuild @@ -207,7 +207,7 @@ src_configure() { export TF_CUDA_CLANG=0 export TF_NEED_TENSORRT=0 if use cuda; then - export TF_CUDA_PATHS="${EPREFIX%/}/opt/cuda" + export TF_CUDA_PATHS="${EPREFIX}/opt/cuda" export GCC_HOST_COMPILER_PATH="$(cuda_gccdir)/$(tc-getCC)" export TF_CUDA_VERSION="$(cuda_toolkit_version)" export TF_CUDNN_VERSION="$(cuda_cudnn_version)"