Skip to content
Snippets Groups Projects
Commit bc1a12b8 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'hwloc-cuda-fix-2023' into '2023'

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

See merge request software-team/easybuild!2151
parents 13e03c49 52d98f32
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