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 1C30B158091 for ; Fri, 10 Jun 2022 14:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8AD2E0964; Fri, 10 Jun 2022 14:08:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 808C6E0964 for ; Fri, 10 Jun 2022 14:08:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 82A4C3417FD for ; Fri, 10 Jun 2022 14:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0196F507 for ; Fri, 10 Jun 2022 14:08:02 +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: <1654833484.8f98ae65c547d524a2ab0506900cc90fbdb1f793.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/adios2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/adios2/adios2-2.8.1-r1.ebuild sys-cluster/adios2/adios2-2.8.1.ebuild X-VCS-Directories: sys-cluster/adios2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8f98ae65c547d524a2ab0506900cc90fbdb1f793 X-VCS-Branch: master Date: Fri, 10 Jun 2022 14:08:02 +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: 2308281e-6f93-4c4e-92b8-0a9cacf9f11e X-Archives-Hash: fe46d036355662174eed7ddd18a196e2 commit: 8f98ae65c547d524a2ab0506900cc90fbdb1f793 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 9 08:03:40 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 10 03:58:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f98ae65 sys-cluster/adios2: build testing utils with python Closes: https://bugs.gentoo.org/850718 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/adios2/{adios2-2.8.1.ebuild => adios2-2.8.1-r1.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-cluster/adios2/adios2-2.8.1.ebuild b/sys-cluster/adios2/adios2-2.8.1-r1.ebuild similarity index 97% rename from sys-cluster/adios2/adios2-2.8.1.ebuild rename to sys-cluster/adios2/adios2-2.8.1-r1.ebuild index 5901f6ca0..1313f9029 100644 --- a/sys-cluster/adios2/adios2-2.8.1.ebuild +++ b/sys-cluster/adios2/adios2-2.8.1-r1.ebuild @@ -109,7 +109,7 @@ src_configure() { -DADIOS2_USE_SZ="$(usex szip)" -DADIOS2_USE_ZeroMQ="$(usex zeromq)" -DADIOS2_USE_ZFP="$(usex zfp)" - -DBUILD_TESTING=$(usex test) + -DBUILD_TESTING="$(usex python)" ) cmake_src_configure } @@ -121,10 +121,6 @@ src_prepare() { cmake_src_prepare } -src_compile() { - cmake_src_compile -} - src_install() { cmake_src_install dodoc ReadMe.md