Skip to content

Commit

Permalink
Merge pull request #867 from PatKamin/disable-libudev-09
Browse files Browse the repository at this point in the history
[v0.9.x] Fix disabling of pci support in hwloc
  • Loading branch information
lukaszstolarczuk authored Nov 6, 2024
2 parents 6874c42 + 8923281 commit 64675cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ elseif(NOT UMF_DISABLE_HWLOC)
add_custom_command(
COMMAND
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
--enable-shared=no --disable-libxml2 --disable-pciaccess
--enable-shared=no --disable-libxml2 --disable-pci
--disable-levelzero --disable-opencl --disable-cuda --disable-nvml
CFLAGS=-fPIC CXXFLAGS=-fPIC
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
Expand Down

0 comments on commit 64675cf

Please sign in to comment.