Skip to content

Commit 8243b76

Browse files
PatKaminlukaszstolarczuk
authored andcommitted
Fix disabling of pci support in hwloc
The flag that hwloc recognize is --disable-pci, not --disable-pciaccess.
1 parent 43e9af0 commit 8243b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ else()
184184
COMMAND
185185
./configure --prefix=${hwloc_targ_BINARY_DIR}
186186
--enable-static=yes --enable-shared=no --disable-libxml2
187-
--disable-pciaccess --disable-levelzero --disable-opencl
187+
--disable-pci --disable-levelzero --disable-opencl
188188
--disable-cuda --disable-nvml CFLAGS=-fPIC CXXFLAGS=-fPIC
189189
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
190190
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile

0 commit comments

Comments
 (0)