Skip to content

Commit

Permalink
BF: CS-362 libdrmaa.so has unresolved symbols hwloc_*
Browse files Browse the repository at this point in the history
// fixed unresolved dependency on xdrmem_create
  • Loading branch information
jgabler-hpc committed Jun 27, 2024
1 parent 714fb50 commit 0b99c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/libs/japi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ target_link_libraries(${DRMAA_LIB_NAME} PRIVATE
comm
commlists
uti
${SGE_LIBS}
)

# test binaries
add_executable(test_drmaa ../../../test/libs/drmaa/test_drmaa.cc)
target_include_directories(test_drmaa PRIVATE "./")
target_link_libraries(test_drmaa PRIVATE drmaa ${SGE_LIBS})
target_link_libraries(test_drmaa PRIVATE drmaa)


if (INSTALL_SGE_COMMON)
Expand Down

0 comments on commit 0b99c61

Please sign in to comment.