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 9ce0704 + 5cb80d8 commit fcf1f5aCopy full SHA for fcf1f5a
CMakeLists.txt
@@ -173,8 +173,8 @@ else()
173
COMMAND
174
./configure --prefix=${hwloc_targ_BINARY_DIR}
175
--enable-static=yes --enable-shared=no --disable-libxml2
176
- --disable-pciaccess --disable-levelzero CFLAGS=-fPIC
177
- CXXFLAGS=-fPIC
+ --disable-pciaccess --disable-levelzero --disable-opencl
+ --disable-cuda --disable-nvml CFLAGS=-fPIC 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