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 69793158086 for ; Fri, 29 Oct 2021 04:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 545CBE08BB; Fri, 29 Oct 2021 04:31:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 38AE2E08BB for ; Fri, 29 Oct 2021 04:31:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA15D343038 for ; Fri, 29 Oct 2021 04:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39E3217D for ; Fri, 29 Oct 2021 04:30:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635481839.568bd3c0ff75ee07f690ae285b50326a9fcf5227.sam@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.3.8.ebuild dev-libs/starpu/starpu-1.3.9.ebuild X-VCS-Directories: dev-libs/starpu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 568bd3c0ff75ee07f690ae285b50326a9fcf5227 X-VCS-Branch: master Date: Fri, 29 Oct 2021 04:30: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: 75bbe628-c56c-41ee-93aa-7f5c8ad10242 X-Archives-Hash: 03a31c83d9b205bd9d36fdc326d0d66d commit: 568bd3c0ff75ee07f690ae285b50326a9fcf5227 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 04:30:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 04:30:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568bd3c0 dev-libs/starpu: add note about tests (possibly could change to smaller suite) Bug: https://bugs.gentoo.org/803158 Bug: https://bugs.gentoo.org/802621 Signed-off-by: Sam James gentoo.org> dev-libs/starpu/starpu-1.3.8.ebuild | 2 ++ dev-libs/starpu/starpu-1.3.9.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-libs/starpu/starpu-1.3.8.ebuild b/dev-libs/starpu/starpu-1.3.8.ebuild index b3391281c6f..33fa716eb10 100644 --- a/dev-libs/starpu/starpu-1.3.8.ebuild +++ b/dev-libs/starpu/starpu-1.3.8.ebuild @@ -88,6 +88,8 @@ src_test() { export STARPU_TIMEOUT_ENV=3600 export MPIEXEC_TIMEOUT=3600 + # Could switch(?) to quick check if timeouts end up being a real problem, but let's not + # do it for now. https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh#L85 MAKEOPTS='-j1' default } diff --git a/dev-libs/starpu/starpu-1.3.9.ebuild b/dev-libs/starpu/starpu-1.3.9.ebuild index b3391281c6f..33fa716eb10 100644 --- a/dev-libs/starpu/starpu-1.3.9.ebuild +++ b/dev-libs/starpu/starpu-1.3.9.ebuild @@ -88,6 +88,8 @@ src_test() { export STARPU_TIMEOUT_ENV=3600 export MPIEXEC_TIMEOUT=3600 + # Could switch(?) to quick check if timeouts end up being a real problem, but let's not + # do it for now. https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh#L85 MAKEOPTS='-j1' default }