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 4088B15800F for ; Sun, 19 Feb 2023 12:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5425CE0893; Sun, 19 Feb 2023 12:24:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FF44E0893 for ; Sun, 19 Feb 2023 12:24:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C25335D8F for ; Sun, 19 Feb 2023 12:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A2968A9 for ; Sun, 19 Feb 2023 12:24:16 +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: <1676809446.c55a3cd6b3d4ffe9cca441274aafe01c9aff5044.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1-r1.ebuild dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1.ebuild X-VCS-Directories: dev-util/nvidia-cuda-toolkit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c55a3cd6b3d4ffe9cca441274aafe01c9aff5044 X-VCS-Branch: master Date: Sun, 19 Feb 2023 12:24:16 +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: 5103a391-212d-4666-8a02-d2eac73dd59d X-Archives-Hash: f5065519b8b9d227a21ede3844b5d8f6 commit: c55a3cd6b3d4ffe9cca441274aafe01c9aff5044 Author: David Seifert gentoo org> AuthorDate: Sun Feb 19 12:24:06 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 12:24:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55a3cd6 dev-util/nvidia-cuda-toolkit: specify tiff and gcc deps correctly Signed-off-by: David Seifert gentoo.org> ...-toolkit-12.0.1.ebuild => nvidia-cuda-toolkit-12.0.1-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1-r1.ebuild similarity index 99% rename from dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1.ebuild rename to dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1-r1.ebuild index ab597eca9d3f..c3abce45c73a 100644 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1.ebuild +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-12.0.1-r1.ebuild @@ -32,10 +32,7 @@ RDEPEND=" dev-libs/openssl-compat:1.1.1 =dev-libs/openssl-1.1.1* ) - || ( - media-libs/tiff-compat:4 - media-libs/tiff:0 - ) + media-libs/tiff-compat:4 sys-libs/zlib ) vis-profiler? ( @@ -52,7 +49,7 @@ pkg_setup() { src_prepare() { # ATTENTION: change requires revbump, see link below for supported GCC # versions # https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements - local cuda_supported_gcc="8.5 9.4 9.5 10 10.3 10.4 11 11.1 11.2 11.3 12.1" + local cuda_supported_gcc="8.5 9.4 9.5 10 10.3 10.4 11 11.1 11.2 11.3 12 12.1 12.2" sed \ -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \