Skip to content

Commit 8f1dc0e

Browse files
PatKaminlukaszstolarczuk
authored andcommitted
Disable pciaccess library in hwloc
1 parent 363e6a4 commit 8f1dc0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ elseif(NOT UMF_DISABLE_HWLOC)
172172
add_custom_command(
173173
COMMAND
174174
./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
175+
--enable-shared=no --disable-libxml2 --disable-pciaccess
176+
--disable-levelzero --disable-opencl --disable-cuda --disable-nvml
177+
CFLAGS=-fPIC CXXFLAGS=-fPIC
178178
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
179179
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
180180
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)

0 commit comments

Comments
 (0)