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 2905F158020 for ; Sat, 10 Dec 2022 19:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D06FE07B3; Sat, 10 Dec 2022 19:43:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 55279E07B3 for ; Sat, 10 Dec 2022 19:43:07 +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 72FFB3412D2 for ; Sat, 10 Dec 2022 19:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABBCE54C for ; Sat, 10 Dec 2022 19:43:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1670701377.39642dae4479db8f6886188aa158c39cf7618a82.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mkl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild X-VCS-Directories: sci-libs/mkl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 39642dae4479db8f6886188aa158c39cf7618a82 X-VCS-Branch: master Date: Sat, 10 Dec 2022 19:43: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: 3e975833-7d53-4b15-98c3-0b2ed9c00e2b X-Archives-Hash: 8f69cba7c361cf57d2c0e2c46b684a3d commit: 39642dae4479db8f6886188aa158c39cf7618a82 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Dec 10 19:41:44 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Dec 10 19:42:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39642dae sci-libs/mkl: add some missing dependencies there is an optional runtime dependency on DPC++ (currently in ::sci) which causes the remaining unresolved soname Bug: https://bugs.gentoo.org/885361 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild b/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild index 63e646576e0a..2db42ce2ecab 100644 --- a/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild +++ b/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild @@ -27,6 +27,8 @@ RESTRICT="strip" RDEPEND=" app-eselect/eselect-blas app-eselect/eselect-lapack + dev-cpp/tbb + dev-libs/opencl-icd-loader sys-cluster/mpich sys-libs/libomp "