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 d735c33 + 1a47f11 commit 1095042Copy full SHA for 1095042
CMakeLists.txt
@@ -173,7 +173,8 @@ elseif(NOT UMF_DISABLE_HWLOC)
173
COMMAND
174
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
175
--enable-shared=no --disable-libxml2 --disable-levelzero
176
- CFLAGS=-fPIC CXXFLAGS=-fPIC
+ --disable-opencl --disable-cuda --disable-nvml CFLAGS=-fPIC
177
+ CXXFLAGS=-fPIC
178
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
179
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
180
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)
0 commit comments