Skip to content

Commit

Permalink
Merge pull request #983 from PatKamin/disable-rsmi
Browse files Browse the repository at this point in the history
Disable rsmi in hwloc build
  • Loading branch information
KFilipek authored Dec 9, 2024
2 parents 0ee5bd9 + 8ad2f6a commit 67866dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +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 --disable-libudev CFLAGS=-fPIC
CXXFLAGS=-fPIC
--disable-cuda --disable-nvml --disable-libudev --disable-rsmi
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 67866dd

Please sign in to comment.