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 11D871382C5 for ; Sat, 6 Jun 2020 00:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB7DE0872; Sat, 6 Jun 2020 00:12:03 +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 20D5FE0872 for ; Sat, 6 Jun 2020 00:12:03 +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 205B434EE84 for ; Sat, 6 Jun 2020 00:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEE0A286 for ; Sat, 6 Jun 2020 00:11:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591402302.8eaad42091949478b7aa8d697fa8fb7c0842f1ce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdynd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdynd/libdynd-0.7.2.ebuild X-VCS-Directories: dev-libs/libdynd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8eaad42091949478b7aa8d697fa8fb7c0842f1ce X-VCS-Branch: master Date: Sat, 6 Jun 2020 00:11:56 +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: 38a58a13-f2d5-4929-b2b5-37ac88be563b X-Archives-Hash: 78cbfe65af9cad57cd065b325a6dc9fc commit: 8eaad42091949478b7aa8d697fa8fb7c0842f1ce Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 6 00:11:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 6 00:11:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaad420 dev-libs/libdynd: Drop no-op -DDYND_CUDA (unknown CMake variable) It begs the question of what IUSE=cuda is actually doing here. Closes: https://bugs.gentoo.org/659402 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libdynd/libdynd-0.7.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/libdynd/libdynd-0.7.2.ebuild b/dev-libs/libdynd/libdynd-0.7.2.ebuild index 72f0e12ff77..90d8c02bb87 100644 --- a/dev-libs/libdynd/libdynd-0.7.2.ebuild +++ b/dev-libs/libdynd/libdynd-0.7.2.ebuild @@ -60,7 +60,6 @@ src_configure() { -DDYND_BUILD_BENCHMARKS=OFF -DDYND_BUILD_DOCS="$(usex doc)" -DDYND_BUILD_TESTS="$(usex test)" - -DDYND_CUDA="$(usex cuda)" -DDYND_FFTW="$(usex fftw)" ) use fftw && mycmakeargs+=( -DFFTW_PATH="${EPREFIX}/usr/include" )