Skip to content
Discussion options

You must be logged in to vote

Apologies for the profane delay! Oliver Brown managed to get this working in QuEST v4 with a custom FindCuQuantum.cmake script, which is used in conjunction with a CMakeLists.txt containing:

find_package(CUQUANTUM REQUIRED)
target_link_libraries(MyTarget PRIVATE CUQUANTUM::cuStateVec)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)

I suspect this is as good as it gets until a more official FindCuQuantum is prepared!

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mtjrider
Comment options

Comment options

You must be logged in to vote
1 reply
@TysonRayJones
Comment options

Answer selected by TysonRayJones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #80 on September 07, 2023 17:38.