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 DCBC1138359 for ; Sat, 19 Sep 2020 12:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE5CE07AE; Sat, 19 Sep 2020 12:52:00 +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 13056E07AE for ; Sat, 19 Sep 2020 12:52:00 +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 F25A5335D43 for ; Sat, 19 Sep 2020 12:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6630C33A for ; Sat, 19 Sep 2020 12:51:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600519742.4ccea51809c4c9a9b25ab7adb0a9cccb71ed70ef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/starpu/starpu-1.2.6-r1.ebuild dev-libs/starpu/starpu-1.2.6.ebuild X-VCS-Directories: dev-libs/starpu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ccea51809c4c9a9b25ab7adb0a9cccb71ed70ef X-VCS-Branch: master Date: Sat, 19 Sep 2020 12:51:57 +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: fc408aa8-85c0-4d89-bcf8-c955a205d225 X-Archives-Hash: 8f3fb6c285ba0952db65521e5b515053 commit: 4ccea51809c4c9a9b25ab7adb0a9cccb71ed70ef Author: Michał Górny gentoo org> AuthorDate: Sat Sep 19 12:49:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 19 12:49:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccea518 dev-libs/starpu: Remove dependency on sci-libs/magma Signed-off-by: Michał Górny gentoo.org> dev-libs/starpu/{starpu-1.2.6.ebuild => starpu-1.2.6-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/starpu/starpu-1.2.6.ebuild b/dev-libs/starpu/starpu-1.2.6-r1.ebuild similarity index 95% rename from dev-libs/starpu/starpu-1.2.6.ebuild rename to dev-libs/starpu/starpu-1.2.6-r1.ebuild index 122963958bf..171c28305eb 100644 --- a/dev-libs/starpu/starpu-1.2.6.ebuild +++ b/dev-libs/starpu/starpu-1.2.6-r1.ebuild @@ -25,8 +25,7 @@ RDEPEND=" sys-apps/hwloc:0= blas? ( virtual/blas ) cuda? ( dev-util/nvidia-cuda-toolkit - x11-drivers/nvidia-drivers - blas? ( sci-libs/magma ) ) + x11-drivers/nvidia-drivers ) fftw? ( sci-libs/fftw:3.0= ) mpi? ( virtual/mpi ) opencl? ( virtual/opencl ) @@ -55,7 +54,7 @@ src_configure() { use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)" econf \ - $(use cuda && use_enable blas magma) \ + --disable-magma \ $(use mpi && use_enable test mpi-check) \ $(use_enable cuda) \ $(use_enable doc build-doc) \