We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ee5bd9 + 8ad2f6a commit 67866ddCopy full SHA for 67866dd
CMakeLists.txt
@@ -176,8 +176,8 @@ else()
176
./configure --prefix=${hwloc_targ_BINARY_DIR}
177
--enable-static=yes --enable-shared=no --disable-libxml2
178
--disable-pci --disable-levelzero --disable-opencl
179
- --disable-cuda --disable-nvml --disable-libudev CFLAGS=-fPIC
180
- CXXFLAGS=-fPIC
+ --disable-cuda --disable-nvml --disable-libudev --disable-rsmi
+ CFLAGS=-fPIC CXXFLAGS=-fPIC
181
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
182
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
183
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)
0 commit comments