Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/
Date: Sun, 23 Sep 2018 11:46:25
Message-Id: 1537703173.b5ec7edc88e764826c721eb53680976e42ae2b5c.jer@gentoo
1 commit: b5ec7edc88e764826c721eb53680976e42ae2b5c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 11:44:07 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 11:46:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ec7edc
7
8 dev-libs/starpu: Fix sys-apps/hwloc dependency
9
10 Version 2.0.0 removed the deprecated function hwloc_obj_snprintf.
11
12 Fixes: https://bugs.gentoo.org/666234
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 dev-libs/starpu/starpu-1.1.5-r1.ebuild | 4 ++--
16 dev-libs/starpu/starpu-1.1.5.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-libs/starpu/starpu-1.1.5-r1.ebuild b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
20 index c6fda9dd478..0b56d95e947 100644
21 --- a/dev-libs/starpu/starpu-1.1.5-r1.ebuild
22 +++ b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -19,7 +19,7 @@ IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
30 static-libs test"
31
32 RDEPEND="
33 - sys-apps/hwloc:0=
34 + <sys-apps/hwloc-2.0.0:0=
35 sci-mathematics/glpk:0=
36 blas? ( virtual/blas )
37 cuda? ( dev-util/nvidia-cuda-toolkit
38
39 diff --git a/dev-libs/starpu/starpu-1.1.5.ebuild b/dev-libs/starpu/starpu-1.1.5.ebuild
40 index ce3ab4e9051..a9865022a16 100644
41 --- a/dev-libs/starpu/starpu-1.1.5.ebuild
42 +++ b/dev-libs/starpu/starpu-1.1.5.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -20,7 +20,7 @@ IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
50 static-libs test"
51
52 RDEPEND="
53 - sys-apps/hwloc:0=
54 + <sys-apps/hwloc-2.0.0:0=
55 sci-mathematics/glpk:0=
56 blas? ( virtual/blas )
57 cuda? ( dev-util/nvidia-cuda-toolkit