Skip to content

Commit

Permalink
Merge pull request #19085 from Flamefire/20231026130254_new_pr_hwloc250
Browse files Browse the repository at this point in the history
remove numa configure option from hwloc 2.5+
  • Loading branch information
boegel authored Jan 4, 2024
2 parents 57671fe + f3f159a commit 40859e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/h/hwloc/hwloc-2.5.0-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ dependencies = [
('libpciaccess', '0.16'),
]

configopts = "--enable-libnuma=$EBROOTNUMACTL "
configopts += "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
configopts = "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "

sanity_check_paths = {
'files': ['bin/lstopo', 'include/hwloc/linux.h',
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/h/hwloc/hwloc-2.7.1-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ dependencies = [
('libpciaccess', '0.16'),
]

configopts = "--enable-libnuma=$EBROOTNUMACTL "
configopts += "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
configopts = "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "

sanity_check_paths = {
'files': ['bin/lstopo', 'include/hwloc/linux.h',
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/h/hwloc/hwloc-2.8.0-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ dependencies = [
('libpciaccess', '0.17'),
]

configopts = "--enable-libnuma=$EBROOTNUMACTL "
configopts += "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
configopts = "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "

sanity_check_paths = {
'files': ['bin/lstopo', 'include/hwloc/linux.h',
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/h/hwloc/hwloc-2.9.1-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ dependencies = [
('libpciaccess', '0.17'),
]

configopts = "--enable-libnuma=$EBROOTNUMACTL "
configopts += "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
configopts = "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "

sanity_check_paths = {
'files': ['bin/lstopo', 'include/hwloc/linux.h',
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/h/hwloc/hwloc-2.9.2-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ dependencies = [
('libpciaccess', '0.17'),
]

configopts = "--enable-libnuma=$EBROOTNUMACTL "
configopts += "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
configopts = "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "

sanity_check_paths = {
'files': ['bin/lstopo', 'include/hwloc/linux.h',
Expand Down

0 comments on commit 40859e3

Please sign in to comment.