Skip to content

Commit

Permalink
Merge pull request #930 from PatKamin/disable-libudev
Browse files Browse the repository at this point in the history
Disable libudev in hwloc builds
  • Loading branch information
bratpiorka authored Nov 25, 2024
2 parents 7ef936c + 68e9cf1 commit 6daa1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ else()
./configure --prefix=${hwloc_targ_BINARY_DIR}
--enable-static=yes --enable-shared=no --disable-libxml2
--disable-pci --disable-levelzero --disable-opencl
--disable-cuda --disable-nvml CFLAGS=-fPIC CXXFLAGS=-fPIC
--disable-cuda --disable-nvml --disable-libudev CFLAGS=-fPIC
CXXFLAGS=-fPIC
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)
Expand Down

0 comments on commit 6daa1bf

Please sign in to comment.