Diff hwloc-2.9.1 with a hwloc-2.9.2
/usr/portage/sys-apps/hwloc/hwloc-2.9.2.ebuild 2024-12-25 14:59:52.767270182 +0300 | ||
---|---|---|
8 | 8 |
MY_PV="v$(ver_cut 1-2)" |
9 | 9 |
DESCRIPTION="Displays the hardware topology in convenient formats" |
10 | 10 |
HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" |
11 |
SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 |
|
12 |
https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png" |
|
11 |
SRC_URI=" |
|
12 |
https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 |
|
13 |
https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png |
|
14 |
" |
|
13 | 15 | |
14 | 16 |
LICENSE="BSD" |
15 | 17 |
SLOT="0/15" |
... | ... | |
19 | 21 |
# opencl: opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). |
20 | 22 |
# anyone with hardware is welcome to step up and help test to get it re-added. |
21 | 23 |
# video-cards_nvidia: libXext/libX11 deps are only here, see HWLOC_GL_REQUIRES usage in config/hwloc.m4 |
22 |
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] |
|
24 |
RDEPEND=" |
|
25 |
>=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] |
|
23 | 26 |
cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) |
24 | 27 |
cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) |
25 | 28 |
nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) |
... | ... | |
33 | 36 |
x11-drivers/nvidia-drivers[static-libs] |
34 | 37 |
x11-libs/libXext |
35 | 38 |
x11-libs/libX11 |
36 |
)" |
|
37 |
DEPEND="${RDEPEND} |
|
38 |
valgrind? ( dev-debug/valgrind )" |
|
39 |
# 2.69-r5 for --runstatedir |
|
40 |
BDEPEND=">=dev-build/autoconf-2.69-r5 |
|
41 |
virtual/pkgconfig" |
|
39 |
) |
|
40 |
" |
|
41 |
DEPEND=" |
|
42 |
${RDEPEND} |
|
43 |
valgrind? ( dev-debug/valgrind ) |
|
44 |
" |
|
45 |
BDEPEND="virtual/pkgconfig" |
|
42 | 46 | |
43 | 47 |
PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) |
44 | 48 |