Skip to content

Commit

Permalink
Merge pull request #19833 from Flamefire/20240212140947_new_pr_hwloc241
Browse files Browse the repository at this point in the history
remove numa configure option from hwloc 2+
  • Loading branch information
Micket authored Feb 27, 2024
2 parents b713f27 + 78d4891 commit 1715683
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/h/hwloc/hwloc-2.0.2-GCCcore-8.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ dependencies = [
('libpciaccess', '0.14'),
]

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.0.3-GCCcore-8.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ dependencies = [
('libpciaccess', '0.14'),
]

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.1.0-GCCcore-9.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.2.0-GCCcore-10.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.2.0-GCCcore-9.3.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.4.1-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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

0 comments on commit 1715683

Please sign in to comment.