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.
1 parent 363e6a4 commit 8f1dc0eCopy full SHA for 8f1dc0e
CMakeLists.txt
@@ -172,9 +172,9 @@ elseif(NOT UMF_DISABLE_HWLOC)
172
add_custom_command(
173
COMMAND
174
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
175
- --enable-shared=no --disable-libxml2 --disable-levelzero
176
- --disable-opencl --disable-cuda --disable-nvml CFLAGS=-fPIC
177
- CXXFLAGS=-fPIC
+ --enable-shared=no --disable-libxml2 --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