Skip to content
Snippets Groups Projects
Commit 52d98f32 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To add CUDA support for hwloc, which dissapeared by mistake in 2023 and 2024

 Extra: Fix wrong file name
parent fcf7c79b
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,11 @@ dependencies = [
('numactl', '2.0.15'),
('libxml2', '2.9.13'),
('libpciaccess', '0.16'),
('CUDA', '11.7', '', SYSTEM),
]
configopts = "--enable-libnuma=$EBROOTNUMACTL "
configopts += "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
configopts = "--enable-libnuma=$EBROOTNUMACTL --enable-cuda --enable-nvml --enable-opencl "
configopts += "--disable-cairo --disable-gl --disable-libudev "
sanity_check_paths = {
'files': ['bin/lstopo', 'include/hwloc/linux.h',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment