diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-09-23 13:44:07 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-09-23 13:46:13 +0200 |
commit | b5ec7edc88e764826c721eb53680976e42ae2b5c (patch) | |
tree | d516bd6871dec0ebc73ab9b06a79109847a87803 /dev-libs/starpu | |
parent | sys-apps/accountsservice: Fix switch user (#664228 by Alexander Tsoy) (diff) | |
download | gentoo-b5ec7edc88e764826c721eb53680976e42ae2b5c.tar.gz gentoo-b5ec7edc88e764826c721eb53680976e42ae2b5c.tar.bz2 gentoo-b5ec7edc88e764826c721eb53680976e42ae2b5c.zip |
dev-libs/starpu: Fix sys-apps/hwloc dependency
Version 2.0.0 removed the deprecated function hwloc_obj_snprintf.
Fixes: https://bugs.gentoo.org/666234
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/starpu')
-rw-r--r-- | dev-libs/starpu/starpu-1.1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/starpu/starpu-1.1.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/starpu/starpu-1.1.5-r1.ebuild b/dev-libs/starpu/starpu-1.1.5-r1.ebuild index c6fda9dd478c..0b56d95e947a 100644 --- a/dev-libs/starpu/starpu-1.1.5-r1.ebuild +++ b/dev-libs/starpu/starpu-1.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl static-libs test" RDEPEND=" - sys-apps/hwloc:0= + <sys-apps/hwloc-2.0.0:0= sci-mathematics/glpk:0= blas? ( virtual/blas ) cuda? ( dev-util/nvidia-cuda-toolkit diff --git a/dev-libs/starpu/starpu-1.1.5.ebuild b/dev-libs/starpu/starpu-1.1.5.ebuild index ce3ab4e90515..a9865022a16d 100644 --- a/dev-libs/starpu/starpu-1.1.5.ebuild +++ b/dev-libs/starpu/starpu-1.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl static-libs test" RDEPEND=" - sys-apps/hwloc:0= + <sys-apps/hwloc-2.0.0:0= sci-mathematics/glpk:0= blas? ( virtual/blas ) cuda? ( dev-util/nvidia-cuda-toolkit |