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 58DCD158094 for ; Sun, 26 Jun 2022 20:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF8CE0876; Sun, 26 Jun 2022 20:25:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D167E0876 for ; Sun, 26 Jun 2022 20:25:01 +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 3BC993413CA for ; Sun, 26 Jun 2022 20:25:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3BD3C7 for ; Sun, 26 Jun 2022 20:24:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1656275086.6d936c83383bf20d60e5d9289db6f22334df0975.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/caffe2/caffe2-1.11.0.ebuild X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6d936c83383bf20d60e5d9289db6f22334df0975 X-VCS-Branch: master Date: Sun, 26 Jun 2022 20:24:58 +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: 190f92b3-8a5a-4326-a340-0357757b1190 X-Archives-Hash: a1fa0e08e94cac5ddd4edcf20a8f5af5 commit: 6d936c83383bf20d60e5d9289db6f22334df0975 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jun 26 20:24:46 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jun 26 20:24:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d936c83 sci-libs/caffe2: set python environment on configure Closes: https://bugs.gentoo.org/854468 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/caffe2-1.11.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/caffe2/caffe2-1.11.0.ebuild b/sci-libs/caffe2/caffe2-1.11.0.ebuild index b81f3208b3cf..e0f6d0d772f2 100644 --- a/sci-libs/caffe2/caffe2-1.11.0.ebuild +++ b/sci-libs/caffe2/caffe2-1.11.0.ebuild @@ -50,6 +50,7 @@ src_prepare() { } src_configure() { + python_setup local mycmakeargs=( -DUSE_KINETO=OFF -DUSE_XNNPACK=OFF