Skip to content

Commit 2732eb4

Browse files
committed
Fix disabling of pci support in hwloc
The flag that hwloc recognize is --disable-pci, not --disable-pciaccess.
1 parent cdc0310 commit 2732eb4

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
@@ -169,7 +169,7 @@ else()
169169
COMMAND
170170
./configure --prefix=${hwloc_targ_BINARY_DIR}
171171
--enable-static=yes --enable-shared=no --disable-libxml2
172-
--disable-pciaccess --disable-levelzero --disable-opencl
172+
--disable-pci --disable-levelzero --disable-opencl
173173
--disable-cuda --disable-nvml CFLAGS=-fPIC CXXFLAGS=-fPIC
174174
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
175175
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile

0 commit comments

Comments
 (0)