Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/
Date: Fri, 29 Oct 2021 04:31:01
Message-Id: 1635481839.568bd3c0ff75ee07f690ae285b50326a9fcf5227.sam@gentoo
1 commit: 568bd3c0ff75ee07f690ae285b50326a9fcf5227
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 04:30:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 04:30:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568bd3c0
7
8 dev-libs/starpu: add note about tests (possibly could change to smaller suite)
9
10 Bug: https://bugs.gentoo.org/803158
11 Bug: https://bugs.gentoo.org/802621
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/starpu/starpu-1.3.8.ebuild | 2 ++
15 dev-libs/starpu/starpu-1.3.9.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/dev-libs/starpu/starpu-1.3.8.ebuild b/dev-libs/starpu/starpu-1.3.8.ebuild
19 index b3391281c6f..33fa716eb10 100644
20 --- a/dev-libs/starpu/starpu-1.3.8.ebuild
21 +++ b/dev-libs/starpu/starpu-1.3.8.ebuild
22 @@ -88,6 +88,8 @@ src_test() {
23 export STARPU_TIMEOUT_ENV=3600
24 export MPIEXEC_TIMEOUT=3600
25
26 + # Could switch(?) to quick check if timeouts end up being a real problem, but let's not
27 + # do it for now. https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh#L85
28 MAKEOPTS='-j1' default
29 }
30
31
32 diff --git a/dev-libs/starpu/starpu-1.3.9.ebuild b/dev-libs/starpu/starpu-1.3.9.ebuild
33 index b3391281c6f..33fa716eb10 100644
34 --- a/dev-libs/starpu/starpu-1.3.9.ebuild
35 +++ b/dev-libs/starpu/starpu-1.3.9.ebuild
36 @@ -88,6 +88,8 @@ src_test() {
37 export STARPU_TIMEOUT_ENV=3600
38 export MPIEXEC_TIMEOUT=3600
39
40 + # Could switch(?) to quick check if timeouts end up being a real problem, but let's not
41 + # do it for now. https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh#L85
42 MAKEOPTS='-j1' default
43 }