File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ nodist_libhwloc_port_nvml_la_SOURCES = topology-nvml.c
163
163
libhwloc_port_nvml_la_SOURCES = \
164
164
include/nvml/nvml.h
165
165
libhwloc_port_nvml_la_CPPFLAGS = $(common_CPPFLAGS ) \
166
- -I$(HWLOC_top_srcdir ) /tests/hwloc/ports/include/nvml
166
+ -I$(HWLOC_top_srcdir ) /tests/hwloc/ports/include/nvml \
167
+ -DHAVE_DECL_NVMLDEVICEGETMAXPCIELINKGENERATION=1
167
168
168
169
nodist_libhwloc_port_rsmi_la_SOURCES = topology-rsmi.c
169
170
libhwloc_port_rsmi_la_SOURCES = \
@@ -177,6 +178,7 @@ libhwloc_port_levelzero_la_SOURCES = \
177
178
include/levelzero/level_zero/zes_api.h
178
179
libhwloc_port_levelzero_la_CPPFLAGS = $(common_CPPFLAGS ) \
179
180
-I$(HWLOC_top_srcdir ) /tests/hwloc/ports/include/levelzero \
181
+ -DHWLOC_HAVE_ZEDEVICEPCIGETPROPERTIESEXT=1 \
180
182
-DHWLOC_HAVE_ZESINIT=1
181
183
182
184
nodist_libhwloc_port_gl_la_SOURCES = topology-gl.c
You can’t perform that action at this time.
0 commit comments